verification
Allow user to submit an alternate email address
Allows a user to submit an alternate email address. This email address will be used for the Email Loop. The domain of the email address will be validated prior to sending the email message. If the domain is valid for the organization associated with the request, then the user will have been sent an email message containing a link that will complete the email loop, unless the program is configured to bypass sending the email.
post/verification/{verificationId}/step/emailLoop/emailAddressOverride
Path parameters
verificationIdstring required
Unique identifier for the ongoing verification
Request body
Response
The result of the override. If the verification stays at the email loop step, the response is a ResumeEmailLoopResponse. If the loop is complete, the response is the response for the next step.