Get details about an existing user. 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.
External DocumentationTo 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

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

Workflow Library Example

Get User with Pagerduty and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop