sophex89Original post
Rank 1: Thread
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?
Summary
Developers are creating RBAC with multiple orgs and 3 roles each. They are facing issues where a user with member permission can't set admin permissions for new documents they create. It is suggested to allow users with higher role permissions to grant lower role permissions to others.