latestOpenAPI 3.0.1Proprietary2026-08-1844131294.9 KB

59cd6443fdbf

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

employeeIdstring uuid required

The employee's employment publicId

status'COMPLETED' required

Terminal offboarding status after deactivation

Example response

{
  "employeeId": "123e4567-e89b-12d3-a456-426614174000",
  "status": "COMPLETED"
}