List onboarding employees
Returns a list of workers currently going through onboarding, including contract details, HRIS profile information, current onboarding status, and onboarding due dates. Supports cursor-based pagination.
Token scopes: contracts:read, people:read
Authentication
Query parameters
Filter by contract country. Uses ISO 3166-1 alpha-2 codes.
Search attribute to filter onboarding list by HRIS direct manager. Expects the manager’s HRIS profile ID, as returned by GET /people in employments[].team.direct_manager_id — not a worker or contract ID.
Number of results to return per page. Ignored when cursor is supplied — a cursor already carries the page size and filters of the request that produced it.
Cursor for pagination, taken from page.cursor of the previous response. It replaces the other query parameters, which are carried over from the request that produced it.