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:
OrgGroupPolicyEnforcementTierenum values renamed:DEFAULT→OVERRIDE_ALLOWED,ENFORCE→GROUP_MANAGED— any client sending or comparing the old values will break.OrgGroupIncludequery parameter removed from the list org groups endpoint (GET /v2/org_groupsor similar), soinclude=membershipsis no longer accepted.- Several schemas removed:
OrgGroupIncludeOption,OrgGroupRelationships,OrgGroupMembershipsRelationship,OrgGroupMembershipRelationshipData— response fieldsrelationshipsonOrgGroupDataandincludedonOrgGroupListResponseare also removed, breaking clients that parsed those fields.