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
For our end users, we want to know the number of users in a directory group before we assign them to teams in our app. Currently, we are having to fetch all the users (using list_users) to obtain the total number which is expensive and makes it easy to go over the rate limit.
We would appreciate if we could get the total user count in a directory group in one or both of the directory group endpoints (list and get).
The text was updated successfully, but these errors were encountered:
For our end users, we want to know the number of users in a directory group before we assign them to teams in our app. Currently, we are having to fetch all the users (using
list_users
) to obtain the total number which is expensive and makes it easy to go over the rate limit.We would appreciate if we could get the total user count in a directory group in one or both of the directory group endpoints (list and get).
The text was updated successfully, but these errors were encountered: