The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Users
3url: https://platform.claude.com/docs/en/api/beta/organization/users
4---
5
16# Users
27
38## List Users
from line 45
4045
4146- `data: array of BetaOrganizationUser`
4247
48 - `type: "user"`
49
50 Object type.
51
52 For Users, this is always `"user"`.
53
54 default: user
55
4356 - `id: string`
4457
4558 ID of the User.
from line 93
8093
8194 - `"user"`
8295
83 - `type: "user"`
84
85 Object type.
86
87 For Users, this is always `"user"`.
88
89 default: user
90
9196- `first_id: string or null`
9297
9398 First ID in the `data` list. Can be used as the `before_id` for the previous page.
from line 149
144149
145150- `BetaOrganizationUser object`
146151
152 - `type: "user"`
153
154 Object type.
155
156 For Users, this is always `"user"`.
157
158 default: user
159
147160 - `id: string`
148161
149162 ID of the User.
from line 197
184197
185198 - `"user"`
186199
187 - `type: "user"`
188
189 Object type.
190
191 For Users, this is always `"user"`.
192
193 default: user
194
195200### Example
196201
197202```bash
from line 252
247252
248253- `BetaOrganizationUser object`
249254
255 - `type: "user"`
256
257 Object type.
258
259 For Users, this is always `"user"`.
260
261 default: user
262
250263 - `id: string`
251264
252265 ID of the User.
from line 300
287300
288301 - `"user"`
289302
290 - `type: "user"`
291
292 Object type.
293
294 For Users, this is always `"user"`.
295
296 default: user
297
298303### Example
299304
300305```bash
from line 339
334339
335340### Returns
336341
337- `id: string`
338
339 ID of the User.
340
341342- `type: "user_deleted"`
342343
343344 Deleted object type.
from line 347
346347
347348 default: user_deleted
348349
350- `id: string`
351
352 ID of the User.
353
349354### Example
350355
351356```bash
from line 375
370375
371376- `BetaOrganizationUser object`
372377
378 - `type: "user"`
379
380 Object type.
381
382 For Users, this is always `"user"`.
383
384 default: user
385
373386 - `id: string`
374387
375388 ID of the User.
from line 423
410423
411424 - `"user"`
412425
413 - `type: "user"`
414
415 Object type.
416
417 For Users, this is always `"user"`.
418
419 default: user
420
421426### User Remove Response
422427
423428- `UserRemoveResponse object`
424429
425 - `id: string`
426
427 ID of the User.
428
429430 - `type: "user_deleted"`
430431
431432 Deleted object type.
from line 434
433434 For Users, this is always `"user_deleted"`.
434435
435436 default: user_deleted
437
438 - `id: string`
439
440 ID of the User.
436441