|

Set the label for a user

post/users/{fp_id}/label
External ID
Set the label for the provided user. Unset the label by sending null.

Request

Path parameters

fp_id·

string

Body

kind·

optional string

Allowed values:

active
offboard_fraud
offboard_other

Response

Empty JSON.
POST /users/{fp_id}/label
1curl -X POST https://api.onefootprint.com/users/{fp_id}/label \
2  -u sk_test_xxxxx: \
3  -d '{
4    "kind": "active"
5  }'
Response example
{}