Update Customer Identifier

Lets you submit request to update primary and secondary identifiers (mobile no./email id/external id) of a loyalty customer. Requests submitted through customer/update_identity will be in pending state by default. Capillary back-end team verifies the requests and process it accordingly.

Request Body Parameters

ParameterDatatypeDescription
identifier*enumPass the identifier name that you want to update. Value: mobile, email, external_id.
old_value*stringProvide the existing value the identifier that you want to update. Note: For mobile numbers, add the mobile number with the country code.
new_value*stringProvide the new value of the identifier.
Parameters marked with * are mandatory.

Response Parameters

ParameterDatatypeDescription
identifier*enumName of the identifier.
old_value*stringEarlier value of the identifier.
new_value*stringNew identifier value.
updatedbooleanReturns true if the the identifier is updated successfully.
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!