Skip to main content
POST
Update user

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Body

application/json
user_id
string
required
email
string<email>
phone_number
string
phone_country
string
first_name
string
last_name
string
date_of_birth
string
street_address
string
street_address_2
string
city
string
state
string
zip
string
country
string

Response

200 - application/json

User updated successfully.

success
boolean