From c54a6813e4bb6d268c92981d97e83a2de151a31c Mon Sep 17 00:00:00 2001 From: "michael.richey" Date: Tue, 17 Feb 2026 17:14:14 -0500 Subject: [PATCH] New field in staging that isn't supported yet --- datadog_sync/model/users.py | 1 + 1 file changed, 1 insertion(+) diff --git a/datadog_sync/model/users.py b/datadog_sync/model/users.py index e2daf120..062b5e54 100644 --- a/datadog_sync/model/users.py +++ b/datadog_sync/model/users.py @@ -37,6 +37,7 @@ class Users(BaseResource): "attributes.allowed_login_methods", "attributes.last_login_time", "relationships.org", + "relationships.team_roles", ], ) # Additional Users specific attributes