Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

Gruppi

Elenca i gruppi di conformità
GET/v1/compliance/groups
Ottieni gruppo di 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)

GruppiMembri

Elenca i membri del gruppo di conformità
GET/v1/compliance/groups/{group_id}/members