|

Create a manual decision for a user

post/users/{fp_id}/decisions
Preview
External ID
Locked
Creates a new manual review decision for a user, overriding any previous decision and clearing any outstanding manual review.

Request

Path parameters

fp_id·

string

Body

annotation·

string

Human-readable explanation for the manual review that will be displayed in the user timeline on the dashboard.

status·

string

Allowed values:

fail
pass

Response

Empty JSON.
POST /users/{fp_id}/decisions
1curl -X POST https://api.onefootprint.com/users/{fp_id}/decisions \
2  -u sk_test_xxxxx: \
3  -d '{
4    "annotation": "Lorem ipsum dolor",
5    "status": "fail"
6  }'
Response example
{}