List
List the participants of an incident with the role they took.
Participants are split into those who are actively helping with the incident and those who are just observing. Each participant is annotated with their participant type.
GET
List
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Query Parameters
Find participants of this incident
Example:
"01FCNDV6P870EA6S7TK1DSYD5H"
Response
200 - application/json
OK response.
Example:
{
"active": [
{
"participant_type": "observer",
"user": {
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
}
}
],
"passive": [
{
"participant_type": "observer",
"user": {
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
}
}
]
}List