Open althaf004 opened 1 month ago
If I understand correctly you have an admin user in the master realm, you would like to create a user in another realm? If so this should work.
When initiating the KeycloakAdmin
set the user_realm_name= 'master'
or the appropriate realm where the admin user is defined, and set the realm_name
to the realm where you want new user to be created.
I needed to create a user to the realm with its IDP details.
is it some parameters i needed to have along with https://github.com/marcospereirampj/python-keycloak/blob/7cfad72a68346ca4cbcba69f9e8808091ae47daa/src/keycloak/keycloak_admin.py#L551 API?
Thanks Althaf