create_offboarding_case
Create an employee offboarding case with exit tasks by providing the employee's sys_id and last working day. Optionally specify reason and manager to tailor the offboarding process.
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 |