Dev Support
[DEV ONLY] Deactivate a test employee's employment
For dev testing purposes only. Not intended for production use.
Deactivates a test employee's employment by fast-tracking it to its terminal offboarding state. This endpoint only works for test employments (isTest = true). Attempting to deactivate a non-test employment will return a 400 Bad Request.
The employment must be initialized offboarding before this call succeeds.
post/v1/employees/{employeeId}/dev-deactivate
Path parameters
employeeIdstring uuid required
Unique identifier for the employee
Response
Employment successfully deactivated
Example response
{
"employeeId": "123e4567-e89b-12d3-a456-426614174000",
"status": "COMPLETED"
}