marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

fix: keycloak_admin.create_user documentation/ typehint #545

Closed fabinca closed 3 months ago

fabinca commented 3 months ago

the type hint / return value was incorrect, the method returns user_id, of type: str here is the fix for this.

refers to issue: https://github.com/marcospereirampj/python-keycloak/issues/421 https://github.com/marcospereirampj/python-keycloak/issues/544