summermike
10/10/2023, 10:30 PMdefinition dataset {
`relation owner: org#member | org#admin | org
...
}
In order to ensure that the owner is a member or admin of an org and not a user without an org affiliation.
I'm trying to test the relationship but can't seem to figure out how to use org#member
as the subject type.
Very new to this so appreciate any help!