Skip to main content
POST
Update User Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
phone_number
string
phone_country
string

ISO country code for phone number

password
string

New password (min 8 characters)

Response

200 - application/json

Returns Boolean

result
boolean
message
string
Example:

"Verification email has been sent."