Teams
API endpoints for teams
Manage teams.
Teams are groups of users that can be associated with incidents, escalation paths, and other
resources. Teams are built on top of catalog entries, allowing you to enrich them with
custom attributes.
The team object
Example:
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Primary On-call"
}Unique ID of the team
Example:
"abc123"
Members of the team
Example:
[
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"slack_user_id": "U02AYNF2XJM"
}
]Name of the team
Example:
"abc123"