Skip to main content
POST
/
user
/
update_email
Update email of user
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"
}
'
{}

Authorizations

ff-secret-key
string
header
required

Secret key for FunnelFox Billing API. Required for all requests.

Path Parameters

org_id
string
required

Organization ID

Body

application/json
external_id
string
required

Unique public identificator of user, any string

Maximum string length: 256
email_address
string<email>
required
Required string length: 1 - 100

Response

200 - application/json

The response is of type Ok200 · object.