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
Today it is not possible to do something like this:
fga query list-users --relation owner,editor,viewer --object customer:customer_identifier_1 --user-filter user
You instead have to do 3 calls such as
fga query list-users --relation owner --object customer:customer_identifier_1 --user-filter user
fga query list-users --relation editor --object customer:customer_identifier_1 --user-filter user
fga query list-users --relation viewer --object customer:customer_identifier_1 --user-filter user
Our team have had this issue in two different scenario when we want to build something like an ADMIN page where you want to be able to determine which user has what relation to an object. The number of users are usually small for each object since it is a B2B scenario meaning it should be fine data wise.
EnhancementNew feature or requestCore APIRelating to the core OpenFGA service or API
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Today it is not possible to do something like this:
You instead have to do 3 calls such as
Our team have had this issue in two different scenario when we want to build something like an ADMIN page where you want to be able to determine which user has what relation to an object. The number of users are usually small for each object since it is a B2B scenario meaning it should be fine data wise.
See conversation from slack here: https://cloud-native.slack.com/archives/C06G1NNH47N/p1731660073851259
Beta Was this translation helpful? Give feedback.
All reactions