Claude Platform Docs

組織

組織の一覧取得
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