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 has been 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.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback! I'll take a look. I've been experimenting with something on the side that would address your use case, but it's a bit of a radical departure from the current API. I'll see what / if we can wedge something into the existing API format.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: