The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Update User
3url: https://platform.claude.com/docs/en/api/beta/organization/users/update
4---
5
16# Update User
27
38**POST** `/v1/organizations/users/{user_id}`
from line 37
3237
3338- `BetaOrganizationUser object`
3439
40 - `type: "user"`
41
42 Object type.
43
44 For Users, this is always `"user"`.
45
46 default: user
47
3548 - `id: string`
3649
3750 ID of the User.
from line 84
7184 - `"primary_owner"`
7285
7386 - `"user"`
74
75 - `type: "user"`
76
77 Object type.
78
79 For Users, this is always `"user"`.
80
81 default: user
8287
8388## Example
8489