Skip to main content

RBAC Role

Role-Based Access Control roles that can be assigned to organization members. These endpoints let you create, list, retrieve, update, and delete RBAC roles.

Endpoints


POST

Create RBAC role

Creates an RBAC role with a specified set of permissions and policies.

GET

List RBAC roles

Returns a list of existing RBAC roles that can be assigned to users.

GET

Retrieve RBAC role details

Retrieves the permissions and policies associated with a specified RBAC role.

PUT

Update RBAC role

Updates the configuration of a specified RBAC role, including its permissions, policies, name, and description.

DEL

Delete RBAC role

Deletes a specified RBAC role by ID.

On this page