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 User changed

api/beta/organization/users/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 User
3url: https://platform.claude.com/docs/en/api/beta/organization/users/retrieve
4---
5 
16# Get User
27 
38**GET** `/v1/organizations/users/{user_id}`
from line 19
1419 
1520- `BetaOrganizationUser object`
1621 
22 - `type: "user"`
23 
24 Object type.
25 
26 For Users, this is always `"user"`.
27 
28 default: user
29 
1730 - `id: string`
1831 
1932 ID of the User.
from line 66
5366 - `"primary_owner"`
5467 
5568 - `"user"`
56 
57 - `type: "user"`
58 
59 Object type.
60 
61 For Users, this is always `"user"`.
62 
63 default: user
6469 
6570## Example
6671