Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Archive Service Account changed

api/beta/organization/service_accounts/archive

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+12added
Lines−5removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Archive Service Account
3url: https://platform.claude.com/docs/en/api/beta/organization/service_accounts/archive
4---
5 
16# Archive Service Account
27 
38**POST** `/v1/organizations/service_accounts/{service_account_id}/archive`
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 131
124131 A service account is a pure identity: name + org. Authorization lives on
125132 whatever references it (federation rules).
126133 
134 - `type: "service_account"`
135 
136 default: service_account
137 
127138 - `id: string`
128139 
129140 Tagged ID of the service account.
from line 174
163174 - `"admin"`
164175 
165176 - `"developer"`
166 
167 - `type: "service_account"`
168 
169 default: service_account
170177 
171178 - `updated_at: string`
172179