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
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
I have recently noticed that in my code I want to fetch all users (so they are cached - rather than calling for each user). But then I want roles for each user.
It would be quite convenient to be able to include roles during these calls.
(Ideally this would be done in the server-side API rather than in the client.)
The use case is for analyzing user lists for compliance.
Just an idea . . .
I have recently noticed that in my code I want to fetch all users (so they are cached - rather than calling for each user). But then I want roles for each user.
It would be quite convenient to be able to include roles during these calls.
(Ideally this would be done in the server-side API rather than in the client.)
The use case is for analyzing user lists for compliance.