Reassign Incident

POST https://api.squadcast.com/v3/incidents/:incidentID/reassign

  • This endpoint is used to reassign the unresolved incident to any user or escalation policy or squads by ID.
  • Requires access_token as a Bearer {{token}} in the Authorization header.
  • type can be either user or escalationpolicy or squad

Request Body

{"reassignTo"=>{"id"=>"<userid|squadid|escalationpolicyid>", "type"=>"user|squad|escalationpolicy"}}

RESPONSES

status: OK

{&quot;data&quot;:&quot;incident successfully reassigned&quot;}