List staff
Returns a paginated list of employees visible to your API key.
Authorizations
JWT issued by POST /api/token/request. Send as Authorization: Bearer <token>.
Query Parameters
Free-text filter across staff name and identifier columns.
When true (default), only return active staff.
Cursor anchor ID. Pass the last incidentReportId (or equivalent) you saw to fetch the next page.
Cursor anchor name when paginating across results sorted by name.
Maximum number of records to return.
Cursor pagination direction. Use next to page forward and prev to page back.
next, prev Response
Paginated list of staff
Envelope for the newer cursor-paginated endpoints (timesheets, staff, customers, sites). The cursor is encoded as a string in nextPageParameter / prevPageParameter and is intended to be POSTed back as the next request body — or appended to the query string verbatim.
