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:
If a country does not have a state, the country name can be passed (e.g. Dubai).
If a country does not have a postal code, the postal code can be passed as 000000.
Your authenticated user Email Id address.
Note: This is applicable only for Auth Reliance Flows
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
Note: This is applicable only for Auth Reliance Flows
200 - Success