Skip to main content

The incident participant object

participant_type
enum<string>
required

The role they took in the incident

Available options:
observer,
collaborator,
responder
Example:

"observer"

user
object
required
Example:
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
}