Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

역할

규정 준수 역할 목록 조회
GET/v1/compliance/organizations/{org_uuid}/roles
규정 준수 역할 조회
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)

역할권한

규정 준수 역할 권한 목록 조회
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions