Back to Datadog API v2
Datadog API v2

OrgGroup API: enum values renamed, fields/params removed

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

Multiple breaking changes to the Org Group API:

  • OrgGroupPolicyEnforcementTier enum values renamed: DEFAULTOVERRIDE_ALLOWED, ENFORCEGROUP_MANAGED — any client sending or comparing the old values will break.
  • OrgGroupInclude query parameter removed from the list org groups endpoint (GET /v2/org_groups or similar), so include=memberships is no longer accepted.
  • Several schemas removed: OrgGroupIncludeOption, OrgGroupRelationships, OrgGroupMembershipsRelationship, OrgGroupMembershipRelationshipData — response fields relationships on OrgGroupData and included on OrgGroupListResponse are also removed, breaking clients that parsed those fields.

Open the source documentation