Skip to main content

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

ParameterDescription
RoleThe role of the user on the team.
Team IDThe ID of the team to add the user to.
User IDThe user ID on the team.

Workflow Library Example

Add User to a Team with Pagerduty and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop