Function update_user_password

Source
pub async fn update_user_password(
    configuration: &mut Configuration,
    params: UpdateUserPasswordParams,
) -> Result<UserResponse, Error<UpdateUserPasswordError>>
Expand description

Update the user’s password to a new one.