Function fusionauth_rust_client::apis::default_api::change_password_with_id
source · pub async fn change_password_with_id(
configuration: &Configuration,
change_password_id: &str,
change_password_request: Option<ChangePasswordRequest>
) -> Result<ChangePasswordResponse, Error<ChangePasswordWithIdError>>
Expand description
Changes a user’s password using the change password Id. This usually occurs after an email has been sent to the user and they clicked on a link to reset their password. As of version 1.32.2, prefer sending the changePasswordId in the request body. To do this, omit the first parameter, and set the value in the request body.