v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Users

List users

Returns org members matching the supplied filters. Filters are combined with AND across fields and ANY within each field's values. At least one filter must be set, or list_all must be true.

post/users/v1/users/list

Request body

list_allboolean

Set to true to return all active users in the org with no filter applied. Required when filters is empty or absent. Prevents accidental full org scans.

page_sizeinteger

Maximum number of users to return per page. Range: 1–200. Defaults to 50.

page_tokenstring

Opaque pagination cursor returned by a previous ListUsers response. Omit to start from the beginning.

Response

A successful response.

next_page_tokenstring

Opaque cursor for the next page. Absent when there are no more results.