create_offboarding_case
Create an employee offboarding case with exit tasks. Provide the employee's system ID and last day to initiate the offboarding process, with optional reason and manager for full context.
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 |