PAGERDUTY_GET_TEAM_MEMBERS_BY_ID
Retrieves a list of all members associated with a specific team in PagerDuty. This endpoint is useful for obtaining detailed information about the composition of a team, including user IDs, names, roles, and contact information of team members. It should be used when you need to review or audit team membership, update on-call rotations, or gather information for reporting purposes. The endpoint does not modify team membership; it only provides read access to the current team roster. Keep in mind that the response may be paginated for teams with a large number of members.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"limit": {
"type": "integer",
"title": "Limit",
"description": "The number of results per page."
},
"total": {
"type": "boolean",
"title": "Total",
"default": false,
"description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information. "
},
"offset": {
"type": "integer",
"title": "Offset",
"description": "Offset to start pagination search results."
},
"include": {
"enum": [
"users"
],
"type": "string",
"title": "Include",
"description": "Array of additional Models to include in response."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty