Function update_user_verify_email

Source
pub async fn update_user_verify_email(
    configuration: &Configuration,
    email: Option<&str>,
    application_id: Option<&str>,
    send_verify_email: Option<&str>,
) -> Result<VerifyEmailResponse, Error<UpdateUserVerifyEmailError>>
Expand description

Re-sends the verification email to the user. OR Re-sends the verification email to the user. If the Application has configured a specific email template this will be used instead of the tenant configuration. OR Generate a new Email Verification Id to be used with the Verify Email 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.