passgage_assign_user_to_shift
Assigns a user to a specific shift on a given date. Use it to schedule employees by providing user, shift, and date details.
Instructions
Assign a user to a specific shift
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date for the shift assignment (YYYY-MM-DD) | |
| user_id | Yes | UUID of the user to assign | |
| shift_id | Yes | UUID of the shift | |
| branch_id | No | UUID of the branch (optional) |