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