Assign or unassign security findings.
You can assign up to 100 security findings per request. Set assignee_id to the unique identifier of the Datadog user you want to assign the findings to. Omit assignee_id (or set it to null) to unassign the findings. Per-finding warnings and failures are returned in the response meta object.
This endpoint requires
any
of the following permissions:
Per-finding warnings and failures produced while processing the bulk assignee request.
failures
[object]
Findings that could not be assigned or unassigned.
detail [required]
string
Human-readable explanation of the outcome.
finding_id [required]
string
Unique identifier of the security finding.
status [required]
int32
HTTP-like status code describing the outcome for this finding.
title [required]
string
Short label describing the outcome for this finding.
warnings
[object]
Findings for which the assignment succeeded but a non-critical error occurred during processing.
detail [required]
string
Human-readable explanation of the outcome.
finding_id [required]
string
Unique identifier of the security finding.
status [required]
int32
HTTP-like status code describing the outcome for this finding.
title [required]
string
Short label describing the outcome for this finding.
{"data":{"attributes":{"assignee_id":"f315bdaf-9ee7-4808-a9c1-99c15bf0f4d0"},"id":"00000000-0000-0000-0000-000000000001","type":"assignee"},"meta":{"failures":[{"detail":"failed to update finding assignee","finding_id":"ZGVmLTAwcC1pZXJ-aS0wZjhjNjMyZDNmMzRlZTgzNw==","status":500,"title":"Internal Server Error"}],"warnings":[{"detail":"failed to update finding assignee","finding_id":"ZGVmLTAwcC1pZXJ-aS0wZjhjNjMyZDNmMzRlZTgzNw==","status":500,"title":"Internal Server Error"}]}}