create_onboarding_case
Create an employee onboarding case with all standard tasks for new hires. Provide the employee sys_id and start date, plus optional manager, department, or location details to set up the case.
Instructions
Create an employee onboarding case with all standard tasks. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manager | No | Manager user sys_id | |
| location | No | Office location | |
| job_title | No | Job title | |
| department | No | Department name or sys_id | |
| start_date | Yes | Start date (ISO 8601) | |
| employee_sys_id | Yes | New employee user sys_id |