put https://api.cloud.digifi.io/intermediaries/accounts/email
How to update a user's phone number.
The Send Update Email Verification Code verifies the passwordValidationToken
(from the Create Password Validation Token API) and sends a verification code to the intermediary's new email address.
This API is typically used when a user wants to change their email address and the new email needs to be verified.
This API can only be used once every 60 seconds.
Example Request
Below please find the JSON body for an example request:
{
"email": "[email protected]",
}