Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

Organizations

List organizations
GET/v1/compliance/organizations

List organizations under the parent organization.

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)

OrganizationsUsers

List organization users
GET/v1/compliance/organizations/{org_uuid}/users

List current user members of an organization.

OrganizationsRoles

List Compliance Roles
GET/v1/compliance/organizations/{org_uuid}/roles
Get Compliance Role
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}

OrganizationsRolesPermissions

List Compliance Role Permissions
GET/v1/compliance/organizations/{org_uuid}/roles/{role_id}/permissions

OrganizationsSettings

Get effective organization settings
GET/v1/compliance/organizations/{organization_id}/settings

Retrieve the effective settings for an organization.