Upload feedback

Define automated user status updates, resolve true positive or false positive cases, and create new incident (false negative) cases while adding your own comments.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
accountIdslist of stringsRequired
attackTypeenumRequired

The attack type, where fa is a fake account attack and ato is an account takeover attack.

Allowed values:
statusenumRequired
The status of the attack.
Allowed values:
resultenumOptional
The resolution of the attack. **Required** when the status is set to `resolved`. The result definitions are: * `no_attack`: False positive * `resolved`: True positive * `manually_identified_and_resolved`: False negative, where the account has an incident in the **Resolved** tab in the portal until it is archived (14 days after creation) * `manually_identified`: False negative, where the account has an incident in the **Pending** tab in the portal until it is archived (14 days after creation)
Allowed values:
commentstringOptional
Free text

Response

Success

Errors