create_offboarding_case
Create an offboarding case with exit tasks for departing employees, specifying employee, last day, reason, and manager to initiate employee exit.
Instructions
Create an employee offboarding case with exit tasks. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Offboarding reason (resignation, termination, retirement) | |
| manager | No | Manager user sys_id | |
| last_day | Yes | Last working day (ISO 8601) | |
| employee_sys_id | Yes | Departing employee user sys_id |