Skip to main content
Assign incidents to a user

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to assign one or more incidents to a user

assignedTo
User details · object
required

User to assign the incidents to

incidentIds
string[]
required

List of incident IDs to assign

Required array length: 1 - 10000 elements

List of incident IDs to assign

Required string length: 36
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Example:

Response

Response containing the updated incidents after assignment

incidents
Incident · object[]
required

List of incidents after assignment

Maximum array length: 10000