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
When requesting all the Users in a realm, the result only contains the first 100 by default, which is documented by keycloak.
It would be great to add that as a comment to the function, since this could lead to unexpected behaviour when working with supposedly "all" users of a realm and later finding out it was only the first small batch.
Passing the returned number by GetUserCount() as Max to the GetUsersParams enables to actually retrieve ALL users.
The text was updated successfully, but these errors were encountered:
When requesting all the Users in a realm, the result only contains the first 100 by default, which is documented by keycloak.
It would be great to add that as a comment to the function, since this could lead to unexpected behaviour when working with supposedly "all" users of a realm and later finding out it was only the first small batch.
Passing the returned number by
GetUserCount()
asMax
to theGetUsersParams
enables to actually retrieve ALL users.The text was updated successfully, but these errors were encountered: