Function forgot_password_with_id

Source
pub async fn forgot_password_with_id(
    configuration: &Configuration,
    forgot_password_request: Option<ForgotPasswordRequest>,
) -> Result<ForgotPasswordResponse, Error<ForgotPasswordWithIdError>>
Expand description

Begins the forgot password sequence, which kicks off an email to the user so that they can reset their password.