Create/Update Incident Assignee
PUT/v1/api/incidents/assignee
Update information about all assignees who can examine incidents.
Request
- application/json
Body
required
emailAddress stringrequired
Email address of the assignee
firstName stringrequired
Assignees first name
id uuid
ID of the assignee(optional). If you do not provide an ID, the API will create a new assignee.
lastName stringrequired
assignee last name
status stringrequired
Possible values: [ACTIVE
, INACTIVE
]
active assignee or inactivate assignee
Responses
- 200
- 400
- 401
- 403
- 500
OK
Bad Request
Unauthorized
Forbidden
Internal server error
Loading...