Hi,
I am trying to create RBAC so we will have multiple orgs in the app
each org will have 3 roles (admin, member and read only)
what is the best way to go about the permissions?
my issue right now that if a user with member permission creates new document, since he doesn't have the role of an admin, we cant set admin to permissions
what am I missing?