Public Dismiss Employee
Employees
Dismiss Employee
PATCH
Public Dismiss Employee
Marks an employee as dismissed (terminated), recording the dismissal date.
dismissal_dateis required. The dismissal will be recorded on this date.send_email(optional): whentrue, the dismissal notice will be sent on the date provided insend_date. Ifsend_dateis not provided, the current date will be used to send the notice.- The dismissal process inactivates the employee in the database and creates a dismissal medical exam for them.
- Field:
dismissal_date - Accepted format: ISO 8601
- Valid examples:
YYYY-MM-DD— e.g.,2025-01-31(date only)YYYY-MM-DD HH:MM:SS— e.g.,2025-01-31 00:00:00(with time in UTC)
- If you use
send_date, adopt the same format.
Overview
- Method:
PATCH - Path:
/v0/employee/{employee_id}/dismiss - OperationId:
public_dismiss_employee_v0_employee__employee_id__dismiss_patch - Authentication: header
x-api-key