Ben
03/10/2024, 12:50 AMLookupPermissions
endpoint to finish off the triad of lookups for tuples?
Use case: I have a document
type with manage
, edit
and view
permissions on it that users can get either directly or via other means (parent folder, roles, superadmin, etc), and there is a hierarchy (manage implies edit and edit implies view).
For a given user and a given document I am trying to determine all the actions they can take on that document without having to call Check
3 times for the 3 different permissions