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