PagerDuty

Get team

Given a team ID or team name, return basic information about the team.

Inputs

Expand All

Field

Type

Description

teamIdentification [required]

 <oneOf>

Select either the Team ID or the Team Name to identify your service.

Option 1

object

option [required]

string

Team name option for team identification.

teamName [required]

string

Filters the result, showing only the teams whose name matches the query.

Option 2

object

option [required]

string

Team ID option for team identification.

teamId [required]

string

Filters the result, showing only the teams whose ID within PagerDuty matches the query.

Outputs

Expand All

Field

Type

Description

team [required]

object

id [required]

string

The team's ID within PagerDuty.

name [required]

string

The team's name.

summary [required]

string

The team's summary.

description

string

Description of the team.

teamMembers [required]

[object]

user

object

The user is a team member.

html_url

uri

The URL for this user within PagerDuty.

self

uri

API URL at which the user is accessible.

id [required]

string

The user's ID within PagerDuty.

summary

string

The user's name.

type [required]

string

The type of the team.

role

string

The user's role.