Skip to main content
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

catalog_entry
object
required
Example:
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Primary On-call"
}
id
string
required

Unique ID of the team

Example:

"abc123"

members
object[]
required

Members of the team

Example:
[
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"slack_user_id": "U02AYNF2XJM"
}
]
name
string
required

Name of the team

Example:

"abc123"