List employees
Filterable by organization, status, department and last change. Use updated_since to keep your own copy in step without re-reading everyone.
Query parameters
organization_id integer | Organization to act on. Required when the API key can reach more than one organization; optional - and defaulted - when it can reach exactly one. |
status enum: active, on_notice, exited, on_hold | Restrict to one lifecycle state. |
department_id integer | — |
external_id string | Look one employee up by your own identifier. |
updated_since string (date-time) | Only records changed at or after this timestamp. Use it to sync incrementally. |
page integer | 1-based page number. |
per_page integer | Items per page. The engine caps this at 200. |
Responses
200Employees. object401The key is missing, unknown, or the HMAC signature did not verify. ErrorResponse429Rate limit exceeded. Retry after the number of seconds inRetry-After. ErrorResponse