Replies: 1 comment 3 replies
-
I purposefully avoided that in the API to limit the quantity of data to load and keep a fast and efficient. Could you elaborate on your use-case? Why do you need to load roles/permissions of every users at once? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
user story:
as integrator of fief i need implement logic for loading all users with their roles / permissions so admin can easily see and change role / permissions of users
now with admin api we can load all users but UserRead model do not contain roles / permissions data
so only way is make request for each user to load its roles, same for permissions
is possible to add UserRoles and UserPermissions to UserRead?
Beta Was this translation helpful? Give feedback.
All reactions