pub async fn patch_user_with_id(
    configuration: &Configuration,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    user_request: Option<UserRequest>
) -> Result<UserResponse, Error<PatchUserWithIdError>>
Expand description

Updates, via PATCH, the user with the given Id.