Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

Groupes

Lister les groupes de conformité
GET/v1/compliance/groups
Obtenir un groupe de conformité
GET/v1/compliance/groups/{group_id}
Models
GroupRetrieveResponse object{ id, created_at, description, 4 more }

Group information for compliance responses.

id: string

Group identifier (tagged ID)

created_at: string or null

Group creation timestamp (ISO 8601)

description: string

Group description

name: string

Group name

roles: array of string or null

Role IDs assigned to this group.

source_type: string

How the group was created ('direct' or 'scim')

updated_at: string or null

Group last-updated timestamp (ISO 8601)

GroupListResponse object{ id, created_at, description, 4 more }

Group information for compliance responses.

id: string

Group identifier (tagged ID)

created_at: string or null

Group creation timestamp (ISO 8601)

description: string

Group description

name: string

Group name

roles: array of string or null

Role IDs assigned to this group.

source_type: string

How the group was created ('direct' or 'scim')

updated_at: string or null

Group last-updated timestamp (ISO 8601)

GroupesMembres

Lister les membres de groupe de conformité
GET/v1/compliance/groups/{group_id}/members