Update Incidents' Owner In Bulk
POST /Command/UpdateIncidentOwnerInBulk
Update multiple incidents' owner by the input incident numbers and owner name.
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
Parameter Name | Type | Required/Optional | Description |
---|---|---|---|
Username |
| Required | The username of your D3 SOAR account. |
Site |
| Required | The D3 SOAR site to run the remote command. |
Incident Numbers |
| Optional | The array of incident numbers of incidents whose owner will be updated. |
Owner |
| Optional | The name of the new owner of the incidents. |
Username |
| Optional | The username of user who performs the update. This username will be used only when the task is run automatically. |