A team is a collection of Users and Escalation Policies that represent a group of people within an organization.

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.
Team IDThe ID of the team to get details on.

Example Output

{    "summary": "Response Example",    "value": {        "team": {            "default_role": "observer",            "description": "All engineering",            "html_url": "https://subdomain.pagerduty.com/teams/PQ9K7I8",            "id": "PQ9K7I8",            "name": "Engineering",            "self": "https://api.pagerduty.com/teams/PQ9K7I8",            "summary": "Engineering",            "type": "team"        }    }}

Workflow Library Example

Get Team with Pagerduty and Send Results Via Email

Preview this Workflow on desktop