Manage Organization Member RBAC Roles
Operations for managing the Role-Based Access Control (RBAC) roles assigned to members within your organization, enabling you to control resource access for your users.
Endpoint Name | URL | Description |
---|---|---|
Assign RBAC role to organization member | PUT /auth/users/{user_id}/assign-roles | Assigns an RBAC role to a member of your organization, granting them the specified permissions and policies. |
Revoke RBAC role from organization member | DELETE /auth/users/{user_id}/roles | Removes an RBAC role from a member of your organization, revoking the specified permissions and policies. |