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
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
accountIds
attackType
The attack type, where fa
is a fake account attack and ato
is an account takeover attack.
Allowed values:
status
The status of the attack.
Allowed values:
result
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:
comment
Free text
Response
Success