Skip to content

Add a script to count users in a Keycloak realm

Antoine Lambert requested to merge anlambert-keycloak-count-users into master

This info is not available in Keycloak admin UI so we have to query the Keycloak Admin REST API to get it.

Following a request from @rdicosmo to get the number of registered users in our production realm.

Merge request reports