Set the address of a user

Update the address of the specified user identified by its ID.
Only users who are exempt from KYC can update their address directly.
Users who have undergone KYC must complete a new KYC process to update their address.

Path Params
string
required
length between 40 and 40

The UUID of the user

Body Params
string
required
length ≤ 150

Number and street of the address (e.g., street or company name).

string
length ≤ 50

Address complementary informations (e.g., apartment, place, or building).

string
required
length ≤ 16

Postal code or ZIP of the address.

string
required
length ≤ 50

City of the address.

string
required
length ≤ 2

Country code of the address in ISO 3166-1 alpha-2. See the full list here

string
length ≤ 12

State, county, province, or region.

Responses

400

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

401

Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.

403

The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.

429

The user has sent too many requests in a given amount of time ("rate limiting").

500

The server has encountered a situation it does not know how to handle.

Language
Credentials
Header
Response
Choose an example:
application/json