Function reset_user_password

Source
pub async fn reset_user_password(
    configuration: &Configuration,
    user_id: &str,
    first_time_reset: &str,
) -> Result<ResetUserPassword200Response, Error<ResetUserPasswordError>>