Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account.

For more information see the API Concepts Document.

To learn more, visit the PagerDuty documentation.

Parameters

ParameterDescription
IncludeArray of additional Models to include in response.
User IDThe ID of the user to get details on.

Example Output

{    "summary": "Response Example",    "value": {        "user": {            "avatar_url": "https://secure.gravatar.com/avatar/a8b714a39626f2444ee05990b078995f.png?d=mm\u0026r=PG",            "color": "green",            "contact_methods": [                {                    "id": "PTDVERC",                    "self": "https://api.pagerduty.com/users/PXPGF42/contact_methods/PTDVERC",                    "summary": "Default",                    "type": "email_contact_method_reference"                }            ],            "description": "I'm the boss",            "email": "125.greenholt.earline@graham.name",            "html_url": "https://subdomain.pagerduty.com/users/PXPGF42",            "id": "PXPGF42",            "invitation_sent": false,            "job_title": "Director of Engineering",            "name": "Earline Greenholt",            "notification_rules": [                {                    "html_url": null,                    "id": "P8GRWKK",                    "self": "https://api.pagerduty.com/users/PXPGF42/notification_rules/P8GRWKK",                    "summary": "Default",                    "type": "assignment_notification_rule_reference"                }            ],            "role": "admin",            "self": "https://api.pagerduty.com/users/PXPGF42",            "summary": "Earline Greenholt",            "teams": [                {                    "html_url": "https://subdomain.pagerduty.com/teams/PQ9K7I8",                    "id": "PQ9K7I8",                    "self": "https://api.pagerduty.com/teams/PQ9K7I8",                    "summary": "Engineering",                    "type": "team_reference"                }            ],            "time_zone": "America/Lima",            "type": "user"        }    }}

Workflow Library Example

Get User with Pagerduty and Send Results Via Email

Preview this Workflow on desktop