Actions
Get Employees Include Terminated
Similar to the active employees endpoint, but this endpoint includes both active and terminated employees.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| EIN | Employer identification number, also known as the Federal Emplower Identification Number or the Federal Tax Identification Number. |
| Limit | Sets a limit on the returned values. |
| Offset | Offsets the returned values. |
{
"value": [
{
"customFields": {
"Id": "string",
"required": true,
"title": "string",
"type": "TEXT"
},
"department": "string",
"employmentType": "CONTRACTOR",
"endDate": "string",
"firstName": "string",
"gender": "MALE",
"id": "string",
"identifiedGender": "MALE",
"lastName": "string",
"manager": "string",
"name": "string",
"roleState": "INIT",
"spokeId": "string",
"title": "string",
"workEmail": "string",
"workLocation": {
"city": "string",
"country": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"zip": "string"
}
}
]
}
Was this page helpful?