Patch User Details

The Patch User Details for Personal Details and Address details is an authenticated API call that allows updating a user’s personal and address details. The response follows the same schema as getUser(), returning the updated user profile.

The fields that can be updated via patchUser include:

  • Personal Details: firstName, lastName, mobileNumber, dob

  • Address Details: addressLine1, addressLine2, state, city, postCode, countryCode

Any modifications to user data must comply with KYC requirements, and certain updates may require the user to re-submit verification documents.

Note:

  1. If a country does not have a state, the country name can be passed (e.g. Dubai).

  2. If a country does not have a postal code, the postal code can be passed as 000000.

Language
Click Try It! to start a request and see the response here!