cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/user/update_email \ --header 'Content-Type: application/json' \ --header 'ff-secret-key: <api-key>' \ --data ' { "external_id": "<string>", "email_address": "jsmith@example.com" } '
{}
Update the email address associated with a user account.
Secret key for FunnelFox Billing API. Required for all requests.
Organization ID
Unique public identificator of user, any string
256
1 - 100
The response is of type Ok200 · object.
Ok200 · object
Was this page helpful?