alertops_get_user_schedule
Retrieve a specific user's on-call schedule for any date range up to 3 months. Provide the username and start/end dates to get their assigned shifts.
Instructions
List a specific user's on-call schedule for a date range (max duration 3 months). Requires a username from alertops_list_users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date, format 'mm/dd/yyyy'. | |
| user_name | Yes | Username, from alertops_list_users. | |
| start_date | Yes | Start date, format 'mm/dd/yyyy'. |