marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

How to get user ID from custom attributes? #554

Open chung1912 opened 3 months ago

chung1912 commented 3 months ago

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?