Skip to main content
GET
List employees with pagination

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Query Parameters

pageSize
integer

The maximum number of employees to return.

Required range: 1 <= x <= 100
paginationToken
string

The pagination token for the next page.

Response

Employees listed successfully

The response is of type any.