Users relations #415
Unanswered
tombeteende
asked this question in
Q&A
Replies: 1 comment
-
Hi! Authorization checks are performed for a single user, if you need to perform such a check you'll need to make multiple calls to OpenFGA. Let me know if that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simplifying my model for the question -
I have an organization type with relations admin and member.
Each member \ admin can be in one or more organizations.
For user x and user y, I want to check if there is an organization where both x and y are members \ admins and y is an admin.
Is adding a relation in the model to check those relations easily?
Beta Was this translation helpful? Give feedback.
All reactions