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
Is your feature request related to a specific problem?
I believe we need to return scopes as enum types to make it easier for the UI to stay up to date. Also, it would be useful to have a list of all scopes the user has via any avenue.
Describe the solution you'd like
Add total_scopes key to get_user_permissions. This should return a combination of scopes the user has been assigned directly along with any scopes they have via their role(s). There shouldn't be duplicates here.
Is your feature request related to a specific problem?
I believe we need to return scopes as enum types to make it easier for the UI to stay up to date. Also, it would be useful to have a list of all scopes the user has via any avenue.
Describe the solution you'd like
total_scopes
key toget_user_permissions
. This should return a combination of scopes the user has been assigned directly along with any scopes they have via their role(s). There shouldn't be duplicates here.Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: