Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

組織

列出組織
GET/v1/compliance/organizations
Models
OrganizationListResponse object{ created_at, name, uuid }

Information about an organization.

created_at: string

Organization creation time (RFC 3339 format)

name: string

Organization name

uuid: string

Unique identifier for the organization (UUID format)

組織使用者

列出組織使用者
GET/v1/compliance/organizations/{org_uuid}/users

組織角色

列出合規角色
GET/v1/compliance/organizations/{org_uuid}/roles
取得合規角色
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}

組織角色權限

列出合規角色權限
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions

組織設定

取得有效的組織設定
GET/v1/compliance/organizations/{organization_id}/settings