Claude Platform Docs

RBAC Roles

List RBAC Roles
GET/v1/organizations/rbac_roles
Get RBAC Role
GET/v1/organizations/rbac_roles/{role_id}
Models
RbacRole object{ id, created_at, name, 2 more }
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.

type: "rbac_role"

Object type.

For RBAC Roles, this is always "rbac_role".

defaultrbac_role
updated_at: string

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

formatdate-time

RBAC RolesPermissions

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