v1

latestOpenAPI 3.0.32026-07-23152665.5 KB
Users

Flag or clear fraud status for a user

Records a fraud report (or fraud-clearance) for a previously enrolled user.

Use is_fraud: true to flag a user as fraudulent, or is_fraud: false to clear a previous flag. Flagging propagates the user's face, device, and biometric clusters to the relevant block lists so that subsequent verifications matching them are rejected. Clearing the flag reverses these effects.

The response is 202 Accepted once the request has been validated and handled.

post/v3/users/{user_id}/report_fraud

Path parameters

user_idstring required

The partner-scoped user identifier of the enrolled user being reported. This is the user_id value originally provided during enrollment.

Response

Fraud report accepted and queued for processing.

status'accepted' required

Always accepted when the request was queued for processing.

messagestring

Human-readable result message.

user_idstring required

The user_id that was reported.