Claude Platform Docs

ロール

コンプライアンスロールの一覧取得
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