v1
latestOpenAPI 3.0.32026-07-23152665.5 KBUsers
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.