Updated user

This PUT endpoint is used to update the profile information of a user with the provided user token.
You need to provide the user_token in the URL path to identify the user whose information you want to update. The updated information should be provided in the request Body as a JSON object. This endpoint can be used to update various profile information, such as the user's name, email address, phone number, and more.
The response will contain the updated user information in a JSON format.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

user token that need to be updated

Body Params

Updated user object

string
enum
required

The status of the user

Allowed:
string

The timestamp the user was created in the system. Using UTC timestamp.ISO 8601

string
required

A client-defined identifier for the user. This is the unique ID assigned to the user on your system. Max 75 characters. Allows letters, numbers, and + , - . / _ ~ |

string
required

The user's street address.

string

The user's street address, line 2.

string
required

The user's city.

string
required

The user's state/province.

string
required

The user's postal code.

string
required

The user's country code. ISO_3166-1_alpha-3 code

string
required

The user's first name.

string

The user's middle name.

string
required

The user's last name.

string
required

The user's e-mail address. Must be unique. Cannot have two users with the same e-mail address.

string
length between 2 and 2

The user's preferred language of communication. If not provided, defaults to English (en)

string

(Optional) Mobile number of user. Allows for SMS notifications upon availability of funds

string

Company legal name (Only if Business account)

date

Date of birth. (optional). Minimum 18 years old

metadata
object

Optional JSON object with attributes that can later be searched to locate this user. Do not include PII as this object is not encrypted.

Headers
string

Unique key to prevent duplicate processing

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json