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 aBearer {{token}}
in theAuthorization
header. type
can be eitheruser
orescalationpolicy
orsquad
Request Body
{"reassignTo"=>{"id"=>"<userid|squadid|escalationpolicyid>", "type"=>"user|squad|escalationpolicy"}}
RESPONSES
status: OK
{"data":"incident successfully reassigned"}