Claude Platform Docs

サービスアカウント

サービスアカウントのワークスペースメンバーの一覧を取得
GET/v1/organizations/workspaces/{workspace_id}/service_accounts
サービスアカウントのワークスペースメンバーを作成
POST/v1/organizations/workspaces/{workspace_id}/service_accounts
サービスアカウントのワークスペースメンバーを取得
GET/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
サービスアカウントのワークスペースメンバーを更新
POST/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
サービスアカウントのワークスペースメンバーを削除
DELETE/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
Models
ServiceAccountRemoveResponse object{ service_account_id, type, workspace_id }
service_account_id: string

Tagged service account ID (svac_...) named in the delete request. Removal is idempotent; see the endpoint description for the implicit-membership no-op.

type: "service_account_workspace_member_deleted"
defaultservice_account_workspace_member_deleted
workspace_id: string

Tagged workspace ID (wrkspc_...) named in the delete request.