status field reflects the stage of the employee’s employment cycle.
The values are the EmployeeStatus enum. Handle it robustly against unknown values:
the set may grow additively.
EmployeeStatus values
The typical path of a record: hire → work → leave/hold → termination
status value.
Filtering by status
The list is filtered with thestatus parameter. For multiple values repeat the
parameter — a comma does not separate them:
status gives DEVELOPER.INVALID_STATUS.
status is an employment status, not the state of an account in the application. An
employee in EMPLOYEE_STATUS_ACTIVE may have been invited to the application but not
yet accepted the invitation. The API does not surface this distinction, and the
status filter will not separate such employees out — do not read ACTIVE as “uses
the application.”Next
Employee model
Record fields and the access model.
Employee graph
Employee relationships and traversal via
expand.Webhooks
React to changes without polling.