qcs_api_client_openapi::apis::authentication_api

Function auth_reset_password

source
pub async fn auth_reset_password(
    configuration: &Configuration,
    auth_reset_password_request: AuthResetPasswordRequest,
) -> Result<(), Error<AuthResetPasswordError>>
Expand description

Reset the password using the user’s existing password. Note, this is an authenticated route.