Read Users On Call
List all of the users on call in a given PagerDuty schedule for a given time range.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
|
Schedule |
|||
|
Schedule ID |
Unique identifier of the schedule that will be read. |
Text | TRUE |
|
Since |
Start of the date range for the search. For example, |
Date & Time | FALSE |
|
Until |
End of the date range for the search. For example, |
Date & Time | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
|
Users (List of Objects) |
||
|
User ID |
Unique identifier of the user. | Text |
|
Name |
Name of the user. | Text |
|
Summary |
A short summary for the user. May be identical to Name, but it is not intended to be an identifier. |
Text |
|
Description |
A description of the user. |
Text |
|
Type |
Type of data returned. | Text |
|
Time Zone |
Preferred time zone name. If null, the account's time zone will be used. |
Text |
|
HTML URL |
URL at which the entity is uniquely displayed in the PagerDuty web app. |
Text |
|
Color |
Schedule color. |
Text |
|
Role |
User role. Account must have the |
Text |
|
Avatar URL |
URL of the user's avatar. |
Text |
|
Invitation Sent? |
If the user has an outstanding invitation, |
True/False |
|
Billed? |
If the user was billed, |
True/False |
|
Job Title |
User's title. |
Text |
|
Teams |
List of teams to which the user belongs. |
List of Objects |
|
Team ID |
Unique identifier for a team object. |
Text |
|
Summary |
A short summary for the team object. May be identical to Name, but it is not intended to be an identifier. |
Text |
|
Type |
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by |
Text |
|
HTML URL |
URL at which the entity is uniquely displayed in the PagerDuty web app. |
Text |
|
Contact Methods |
List of contact methods for the user. |
List of Objects |
|
Contact Method ID |
Unique identifier for a contact method. |
Text |
|
Summary |
A short summary for the contact method object. May be identical to Name, but it is not intended to be an identifier. |
Text |
|
Type |
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by |
Text |
|
HTML URL |
URL at which the entity is uniquely displayed in the PagerDuty web app. |
Text |
|
Notification Rules |
List of notification rules for the user. |
List of Objects |
|
Notification Rule ID |
Unique identifier for a notification rule. |
Text |
|
Summary |
A short summary for the notification rule object. May be identical to Name, but it is not intended to be an identifier. |
Text |
|
Type |
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by |
Text |
|
HTML URL |
URL at which the entity is uniquely displayed in the PagerDuty web app. |
Text |