Hi @Scott R,
The “id” field required by the List users on call API is actually the Schedule ID. This endpoint is designed to return the users who are on call for a specific schedule, so you need to provide the ID of the schedule you want to query.
Where you can find the Schedule ID:
- In the PagerDuty web UI, go to the “Schedules” section.
- Click on the schedule you want.
- The Schedule ID is in the URL, right after
/schedules/
. For example, if your URL is https://eyourdomain].pagerduty.com/schedules/PABC123
, then PABC123
is your Schedule ID. - Use this Schedule ID as the “id” parameter in your API call.
Please let me know if it works and have a nice day!