create_onboarding_case
Create employee onboarding cases with standard tasks by specifying employee, start date, and optional details like department, manager, location, and job title.
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 |