Skip to main content

Get Employees Include Terminated

Similar to the active employees endpoint, but this endpoint includes both active and terminated employees.

Parameters

ParameterDescription
EINEmployer identification number, also known as the Federal Emplower Identification Number or the Federal Tax Identification Number.
LimitSets a limit on the returned values.
OffsetOffsets 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

Workflow LibraryPreview this Workflow on desktop