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
I am trying to get all user information including their groups and permissions. The response from GET /users doesn't include this detail. In order to retrieve this information it looks like i'd need to query GET /users/{user_id} for every user. Considering there are 100s of users this would quickly become a problem in terms of performance.
Is there anything I can do to get this information in the response?
The text was updated successfully, but these errors were encountered:
I am trying to get all user information including their groups and permissions. The response from GET /users doesn't include this detail. In order to retrieve this information it looks like i'd need to query GET /users/{user_id} for every user. Considering there are 100s of users this would quickly become a problem in terms of performance.
Is there anything I can do to get this information in the response?
The text was updated successfully, but these errors were encountered: