list_users_oncall
Retrieve on-call users for a specific schedule by querying with the schedule ID and time range. Streamlines incident management by identifying responsible personnel during specified periods.
Instructions
List the users on call for a schedule during the specified time range.
Args: schedule_id (str): The ID of the schedule to query since (str): Start of query range in ISO8601 format until (str): End of query range in ISO8601 format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schedule_id | Yes | ||
since | No | ||
until | No |