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
The Users.ListAll of both account & workspace clients is returning only Count entries if it's specified in the request instead of paginating using the given information. Lack of pagination leads to SCIM backend overload on workspaces with big number of users.
Expected behavior
ListAll should fetch all users with a given Count attribute.
Other Information
OS: mac
Version: 0.22.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@alexott as of release v0.26.0, the SCIM APIs do paginate by default, so you don't need to specify Count anymore (it will default to 100 users/groups/SPs), but the existing behavior of the Count field determining the total number of items to return has not changed.
Description
The
Users.ListAll
of both account & workspace clients is returning onlyCount
entries if it's specified in the request instead of paginating using the given information. Lack of pagination leads to SCIM backend overload on workspaces with big number of users.Expected behavior
ListAll
should fetch all users with a givenCount
attribute.Other Information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: