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

Get Current Organization changed

api/beta/organization/retrieve

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+13added
Lines−8removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Current Organization
3url: https://platform.claude.com/docs/en/api/beta/organization/retrieve
4---
5 
16# Get Current Organization
27 
38**GET** `/v1/organizations/me`
from line 13
813 
914- `BetaOrganization object`
1015 
16 - `type: "organization"`
17 
18 Object type.
19 
20 For Organizations, this is always `"organization"`.
21 
22 default: organization
23 
1124 - `id: string`
1225 
1326 ID of the Organization.
from line 30
1730 - `name: string`
1831 
1932 Name of the Organization.
20 
21 - `type: "organization"`
22 
23 Object type.
24 
25 For Organizations, this is always `"organization"`.
26 
27 default: organization
2833 
2934## Example
3035