The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Update Service Account
3url: https://platform.claude.com/docs/en/api/beta/organization/service_accounts/update
4---
5
16# Update Service Account
27
38**POST** `/v1/organizations/service_accounts/{service_account_id}`
from line 30
2530
2631 - `string`
2732
28 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
33 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2934
3035 - `"message-batches-2024-09-24"`
3136
from line 78
7378
7479 - `"user-profiles-2026-08-18"`
7580
81 - `"user-profiles-2026-09-04"`
82
7683 - `"advisor-tool-2026-03-01"`
7784
7885 - `"managed-agents-2026-04-01"`
from line 147
140147 A service account is a pure identity: name + org. Authorization lives on
141148 whatever references it (federation rules).
142149
150 - `type: "service_account"`
151
152 default: service_account
153
143154 - `id: string`
144155
145156 Tagged ID of the service account.
from line 190
179190 - `"admin"`
180191
181192 - `"developer"`
182
183 - `type: "service_account"`
184
185 default: service_account
186193
187194 - `updated_at: string`
188195