The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Service Account Workspace Members
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/service_accounts/list
4---
5
16# List Service Account Workspace Members
27
38**GET** `/v1/organizations/workspaces/{workspace_id}/service_accounts`
from line 44
3944
4045 - `string`
4146
42 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
47 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
4348
4449 - `"message-batches-2024-09-24"`
4550
from line 92
8792
8893 - `"user-profiles-2026-08-18"`
8994
95 - `"user-profiles-2026-09-04"`
96
9097 - `"advisor-tool-2026-03-01"`
9198
9299 - `"managed-agents-2026-04-01"`
from line 140
133140
134141- `data: array of BetaServiceAccountWorkspaceMember`
135142
143 - `type: "service_account_workspace_member"`
144
145 default: service_account_workspace_member
146
136147 - `created_by_actor_id: string or null`
137148
138149 Tagged ID (`user_...`/`svac_...`) of the actor who created this membership.
from line 155
144155 - `service_account_id: string`
145156
146157 Tagged service account ID (`svac_...`).
147
148 - `type: "service_account_workspace_member"`
149
150 default: service_account_workspace_member
151158
152159 - `workspace_id: string`
153160