Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

Funções

Listar Funções de Conformidade
GET/v1/compliance/organizations/{org_uuid}/roles
Obter Função de Conformidade
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}
Models
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)

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)

FunçõesPermissões

Listar Permissões de Função de Conformidade
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions