Skip to main content

The incident participant workload object

user
object
required
Example:
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
}
workload
object
required
Example:
{
"minutes_spent_on_incident": 125.5,
"minutes_spent_on_incident_in_late_hours": 20.5,
"minutes_spent_on_incident_in_sleeping_hours": 15,
"minutes_spent_on_incident_in_working_hours": 90
}
archived_at
string<date-time>

When the user left the incident, if they are no longer an active participant

Example:

"2021-08-17T13:28:57.801578Z"

participant_type
enum<string>

The role they had in the incident

Available options:
observer,
collaborator,
responder
Example:

"observer"