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
Describe your question/
In an expression policy I can get group objects from a user object: groups = user.ak_groups.all()
How can I do the reverse? How can I get user objects that are a member of a group?