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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API endpoints for teams
Show child attributes
{
"external_id": "761722cd-d1d7-477b-ac7e-90f9e079dc33",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Primary On-call"
}
Unique ID of the team
"abc123"
Members of the team
Show child attributes
[
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"slack_user_id": "U02AYNF2XJM"
}
]
Name of the team
"abc123"
Was this page helpful?
{
"catalog_entry": {
"external_id": "761722cd-d1d7-477b-ac7e-90f9e079dc33",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Primary On-call"
},
"id": "abc123",
"members": [
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"slack_user_id": "U02AYNF2XJM"
}
],
"name": "abc123"
}