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