The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Users
3url: https://platform.claude.com/docs/en/api/beta/organization/users/list
4---
5
16# List Users
27
38**GET** `/v1/organizations/users`
from line 43
3843
3944- `data: array of BetaOrganizationUser`
4045
46 - `type: "user"`
47
48 Object type.
49
50 For Users, this is always `"user"`.
51
52 default: user
53
4154 - `id: string`
4255
4356 ID of the User.
from line 90
7790 - `"primary_owner"`
7891
7992 - `"user"`
80
81 - `type: "user"`
82
83 Object type.
84
85 For Users, this is always `"user"`.
86
87 default: user
8893
8994- `first_id: string or null`
9095