pub async fn update_user_with_id(
configuration: &Configuration,
user_id: &str,
reactivate: Option<&str>,
x_fusion_auth_tenant_id: Option<&str>,
user_request: Option<UserRequest>,
) -> Result<UserResponse, Error<UpdateUserWithIdError>>
Expand description
Reactivates the user with the given Id. OR Updates the user with the given Id.