PUT
/
v1
/
partner
/
user
/
{USER_ID}

Auth Header

Please send you API Secret as Bearer token in Authorization header.

Header Key: Authorization

Header Value: Bearer YourApiSecret

Parameters

USER_ID
string
required

The user identifier of the user to retrieve

Example: f390fbe38f9646a05e293307b0f4097f

Body

firstName
string

First name of the user.

Example: jack

lastName
string

Last name of the user.

Example: doe

email
string

Email address of the user.

Example: john@example.com

dateOfBirth
string

The birth day of the user in format yyyy-mm-dd

Example: 1990-12-22

isdCode
string

The ISD Code (country calling code) of the user

Example: +1

phoneNumber
string

Phone number of the user

Example: 5417543010

addressInfo
object

You can’t update only a particular field inside address. If you are looking to update address, then complete address details need to be provided.