From 2d25244c7779d0fab1dc56860f42122f8b6193bf Mon Sep 17 00:00:00 2001 From: Tijl Date: Thu, 28 Mar 2024 19:40:54 +0100 Subject: [PATCH] fix: docs: keycloak user migration api error (#7626) fix user importing api error Co-authored-by: Florian Forster Co-authored-by: Livio Spring --- docs/docs/guides/migrate/sources/keycloak.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/guides/migrate/sources/keycloak.md b/docs/docs/guides/migrate/sources/keycloak.md index 5604714a2b..b432b62163 100644 --- a/docs/docs/guides/migrate/sources/keycloak.md +++ b/docs/docs/guides/migrate/sources/keycloak.md @@ -262,8 +262,7 @@ Ensure `my-realm-users-0.json` is in the same directory for the tool to process Now copy the following portion to a separate file and name the file `zitadel-users-file.json`. ```bash -"userId": "826731b2-bf17-4bd9-b45c-6a26c76ddaae", -"user": { +{ "userName": "test-user", "profile": { "firstName": "John",