Function update_user_verify_registration

Source
pub async fn update_user_verify_registration(
    configuration: &Configuration,
    email: Option<&str>,
    send_verify_password_email: Option<&str>,
    application_id: Option<&str>,
) -> Result<VerifyRegistrationResponse, Error<UpdateUserVerifyRegistrationError>>
Expand description

Generate a new Application Registration Verification Id to be used with the Verify Registration API. This API will not attempt to send an email to the User. This API may be used to collect the verificationId for use with a third party system. OR Re-sends the application registration verification email to the user.