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