Claude Platform Docs

Roles

List Compliance Roles
GET/v1/compliance/organizations/{org_uuid}/roles
Get Compliance Role
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}
Models
RoleListResponse object{ id, created_at, description, 2 more }

Role information for compliance responses.

id: string

Role identifier (tagged ID)

created_at: string or null

Role creation timestamp (ISO 8601)

description: string

Role description

name: string

Role name

updated_at: string or null

Role last-updated timestamp (ISO 8601)

RoleRetrieveResponse object{ id, created_at, description, 2 more }

Role information for compliance responses.

id: string

Role identifier (tagged ID)

created_at: string or null

Role creation timestamp (ISO 8601)

description: string

Role description

name: string

Role name

updated_at: string or null

Role last-updated timestamp (ISO 8601)

List Compliance Role Permissions
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions