|

Update user statuses

patch/users/{fp_id}/statuses
External ID
Configure custom statuses in your dashboard here. In addition to setting a user's statuses through action nodes in your playbooks, you can also set a user's status here.

Request

Path parameters

fp_id·

string

Body

kind·

string

The slug of the status to update.
value·

optional string

The value to set for the provided status kind. A value of null will un-set the status

Response

Empty JSON.
PATCH /users/{fp_id}/statuses
1curl -X PATCH https://api.onefootprint.com/users/{fp_id}/statuses \
2  -u sk_test_xxxxx: \
3  -d '{
4    "kind": "kyc_status",
5    "value": "verified"
6  }'
Response example
{}