Hey all,
I have Keycloak 3.2.1.Final configured with a realm that has 13 users in
it. When I call the API rest endpoint for GET /admin/realms/{realm}/users,
I get 13 user "records" back as expected. However, when I call the API rest
endpoint GET /admin/realms/{realm}/users/count for the same realm, I get
the number 21 returned.
I would have expected this to return the number 13 Has anyone else
experienced this? Is there something that I am missing?
Thanks
Stephen