The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List organization users
3url: https://platform.claude.com/docs/en/api/compliance/organizations/users/list
4---
5
16# List organization users
27
38**GET** `/v1/compliance/organizations/{org_uuid}/users`
from line 28
2328 Opaque pagination token from a previous response's `next_page` field. Pass this to retrieve the next page of results. Clients should treat this value as an opaque string and not attempt to parse or interpret its contents, as the format may change without notice.
2429
2530## Headers
31
32- `"anthropic-version": optional string`
33
34 The version of the Claude API you want to use.
35
36 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
2637
2738- `"x-api-key": optional string`
2839