New: MCP server monitoring is live. Start free trial
ZendeskSchemaBreaking

Parameter 'role[]' type changed from 'string' to 'array' in GET /api/v2/groups/{group_id}/users/count

Affected surface
GET /api/v2/groups/{group_id}/users/count
Affected field
role[]@query

What changed

Parameter 'role[]' type changed from 'string' to 'array' in GET /api/v2/groups/{group_id}/users/count Affected surface: GET /api/v2/groups/{group_id}/users/count. Root cause: parameter `role[]@query`. Detected at Fri, 10 Jul 2026 07:14:57 UTC UTC.

Diff

{
  "current_value": "array",
  "parameter_in": "query",
  "parameter_name": "role[]",
  "path": "GET /api/v2/groups/{group_id}/users/count",
  "previous_value": "string"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Audit serialization on both sides. Type changes break payloads silently more often than loudly — catch this in a contract test before it hits production.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.