Skip to main content

Update Extended Contact Info Request

A request to update the extended user's contact information, such as their email address or mobile number.

typeExtended Contact Information Type (string)required

The type of extended contact information attribute undergoing verification through an added secure method, like an OTP code sent by email.

  • EMAIL - The email address connected to the customer’s profile.
  • MOBILE - The phone number registered with the customer’s account.

Possible values: [EMAIL, MOBILE]

Example: EMAIL
valuestringrequired

The value of the contact information attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.

Example: john.doe@example.com
verificationIdstring

A unique identifier for the customer data verification process associated with the particular contact information attribute. It correlates the contact information update with a previously initiated verification process.

Example: 06bdcd2c-0cce-4b36-97ec-281c8f5d743c
Update Extended Contact Info Request
{
"type": "EMAIL",
"value": "john.doe@example.com",
"verificationId": "06bdcd2c-0cce-4b36-97ec-281c8f5d743c"
}