v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
UserService

ListUsers returns a list of users.

get/api/v1/users

Query parameters

pageSizeinteger

Optional. The maximum number of users to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageTokenstring

Optional. A page token, received from a previous ListUsers call. Provide this to retrieve the subsequent page.

filterstring

Optional. Filter to apply to the list results. Example: "username == 'steven'" Supported operators: == Supported fields: username

showDeletedboolean

Optional. If true, show deleted users in the response.

Response

OK

nextPageTokenstring

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.