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
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
-
The Read API supports reading tuples for a combination of a
user_id
,object_id/object_type
andrelation
.When listing explicit permissions for an object, you can call
read
in two ways:object_id
, which will return all the tuples for all users and relations for theobject_id
.object_id
+relation
, which will return tuples for all users, for a specific relation for theobject_id
.In some scenarios you could want to read the tuples for an
object_id
and a set of relations (e.g. 'viewer' and 'writer').Possible solutions are:
Beta Was this translation helpful? Give feedback.
All reactions