Overview
Creates a new team in your PagerDuty account with a name, optional description, and default role for new members.Parameters
The name of the team. Should be descriptive and unique.
Optional description explaining the team’s purpose or responsibilities.
The default role assigned to new users added to the team. Options:
manager- Full management permissions for the teamnone- No default role (must be specified when adding members)
Response
Returns the created team object including the assigned team ID.Example Usage
Create a basic team
Create with description
Create with specific default role
Understanding Team Roles
Default Role
Thedefault_role parameter determines what permissions new members get when added to the team:
-
manager (default) - Team managers can:
- View and modify team settings
- Add or remove team members
- Manage team-owned services and schedules
- Assign services to the team
- none - No automatic role assignment. When adding members, you must explicitly specify their role (observer, responder, or manager).
The
default_role only applies when adding members to the team. It does not affect existing members or the initial creator of the team.Team Member Roles
Whiledefault_role can only be “manager” or “none”, individual team members can have these roles:
- observer - Read-only access to team resources
- responder - Can respond to incidents for team services
- manager - Full team management permissions
Common Use Cases
- New team setup - Create teams for new departments or projects
- Organizational restructuring - Set up teams when reorganizing
- Service ownership - Create teams to own specific services
- Access control - Group users by responsibility area
- On-call management - Create teams for on-call rotations
Post-Creation Steps
After creating a team, you typically want to:- Add members - Use add_team_member to add users
- Assign services - Associate services with the team
- Create schedules - Set up on-call schedules for the team
- Configure escalation - Create escalation policies for team services
Important Notes
Related Tools
list_teams
View all teams
get_team
Get team details
add_team_member
Add members to the team
update_team
Modify team settings
See Also
- Write Mode Configuration - How to enable write tools