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
Update Extended Contact Info Request
{
"type": "EMAIL",
"value": "john.doe@example.com"
}