Role-based access control endpoints
Endpoints10
GETList all roles/v2/rbac/rolesRetrieves all roles in the organization with their associated permissions and members.GETRetrieve role/v2/rbac/roles/{id}Retrieves detailed information about a specific role by its unique identifier.GETList all groups/v2/rbac/groupsRetrieves all groups in the organization.GETRetrieve group/v2/rbac/groups/{id}Retrieves detailed information about a specific group by its unique identifier.POSTCreate role/v2/rbac/rolesCreates a new role in the organization with the specified permissions and member assignments.POSTCreate group/v2/rbac/groupsCreates a new group in the organization.PUTUpdate role/v2/rbac/roles/{id}Updates an existing role's configuration including its permissions and member assignments.PUTUpdate group/v2/rbac/groups/{id}Updates an existing group's configuration.DELDelete role/v2/rbac/roles/{id}Permanently removes a role from the organization.DELDelete group/v2/rbac/groups/{id}Permanently removes a group from the organization.