Get terminations for an employee

GET {{baseUrl}}/v1/employees/:employee_id/terminations

Terminations are created whenever an employee is scheduled to leave the company. The only things required are an effective date (their last day of work) and whether they should receive their wages in a one-off termination payroll or with the rest of the company.

Note that some states require employees to receive their final wages within 24 hours (unless they consent otherwise,) in which case running a one-off payroll may be the only option.

scope: employments:read

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{"uuid":"da441196-43a9-4d23-ad5d-f37ce6bb99c0","employee_uuid":"da441196-43a9-4d23-ad5d-f37ce6bb99c0","version":"d487dd0b55dfcacdd920ccbdaeafa351","active":true,"cancelable":true,"effective_date":"2020-03-10","run_termination_payroll":false}]