Claude Platform Docs

RBAC Roles

List RBAC Roles
GET/v1/organizations/rbac_roles

List RBAC Roles in the organization.

Get RBAC Role
GET/v1/organizations/rbac_roles/{role_id}

Retrieve an RBAC Role by ID.

Models
BetaRBACRole object{ type, id, created_at, 2 more }
type: "rbac_role"

Object type.

For RBAC Roles, this is always "rbac_role".

defaultrbac_role
id: string

ID of the RBAC Role.

created_at: string

RFC 3339 datetime string indicating when the RBAC Role was created.

formatdate-time
name: string

Name of the RBAC Role.

updated_at: string

RFC 3339 datetime string indicating when the RBAC Role was last updated.

formatdate-time

RBAC Roles권한

List RBAC Role Permissions
GET/v1/organizations/rbac_roles/{role_id}/permissions

List the permissions an RBAC Role grants.