Change address (Street address, postal code, city, state) for user

The /changeAddress API enables personal customers to update their residential or mailing address in the system. This API is designed specifically for individual users (personal customers) to ensure their contact information remains accurate and up to date.

Functionality:

Update Residential or Mailing Address: Customers can modify their registered address, whether it's their home address or an alternate mailing address.

📘

Use Case:

This API is essential when a personal customer needs to change their address due to relocation, changes in mailing preferences, or the correction of outdated information. Keeping address details accurate ensures that important communications, mailings, and account-related information are sent to the right place, minimizing risks of lost communication.

Body Params
string
required
length ≥ 1
^\d+([\s/-]?[A-z\d/\]{1,2}|[A-z\d]+)?(?:\s[A-z\d'_-]+)+$

Please, use next format 123 Avenue Street for Address

string | null
^[a-zA-Z\d',. \-#]+(([',. \-#][a-zA-Z ])?[a-zA-Z.]*)*$
string
required
length ≥ 1
^\d{5}$
string
required
length ≥ 1
int32
enum
required
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response
200

Success

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!