wccosby
07/04/2023, 2:57 AM{thing_id:str, relation:str}
Initially I thought readRelationships would work but it doesn't handle derived inheritance (i.e. if a folder is accessible by a team but not specifically that use.)
Then I looked at lookupResources but it doesn't return the relation (just the permissionship_has_permission flag) so I'd potentially have to make another set of queries to get the relationship.
Any tips/tricks or guidance on the above?