Get all employees
Return the list of employees for your company as JSON — use this to browse, filter or report on the workforce. Each item carries id, firstName, lastName, email, teams and jobs (arrays of { id, name } — teams and job titles), groups, workLocation, legalEntity, managerId, startDate, terminationDate, onboardingStatus, offboardingStatus, deviceIds, accessoryIds, createdAt and updatedAt. This is a summary list: it omits personal data such as the postal address and the personal email. To read one employee, use getEmployee with their id — it returns the full record, personal address included. Never conclude a field is empty from this list alone.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
Page number
1 <= x <= 9007199254740991Number of items per page (max 100)
1 <= x <= 100