Add User To A Team
Add a user to a team. Attempting to add a user with the read_only_user
role will return a 400 error.
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.
External Documentation
To learn more, visit the PagerDuty documentation.
Parameters
Parameter | Description |
---|---|
Role | The role of the user on the team. |
Team ID | The ID of the team to add the user to. |
User ID | The user ID on the team. |
Workflow Library Example
Add User to a Team with Pagerduty and Send Results Via Email
Preview this Workflow on desktop