Get Employees Include Terminated
Similar to the active employees endpoint, but this endpoint includes both active and terminated employees.
Parameters
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. |
Example Output
{
"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"
}
}
]
}
Workflow Library Example
Get Employees Include Terminated with Rippling and Send Results Via Email
Preview this Workflow on desktop