You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to use the get_users method, f.e. if you want to find a user with custom attribute key "my-custom-attr-1" having a value "my-value", you could do
I know the way to get user ID from username is as follows:
user_id_keycloak = keycloak_admin.get_user_id("username-keycloak")
How to get user ID from custom attributes?
The text was updated successfully, but these errors were encountered: