v1

latestOpenAPI 3.1.02026-08-04751,1671.3 MB
End Users

List End Users

Get a list of end users in the organization.

get/api/v1/end-users

Query parameters

sort_byEndUserSortableFields[]
include_countboolean
pageinteger

The page number to fetch.

The page number to fetch.

sizeinteger

The number of items per page.

The number of items per page.

skip_countboolean

Whether to skip counting the total number of items.

Whether to skip counting the total number of items.

user_idsstring[]

The unique identifiers of the users.

The unique identifiers of the users.

external_idsstring[]

The external IDs of the users.

The external IDs of the users.

Response

Successful Response

totalinteger
pageinteger required
sizeinteger required

Example response

{
  "end_users": [
    {
      "external_id": "user|1234"
    }
  ]
}