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

Parameter 'brand_id' type changed from '' to 'integer' in GET /api/v2/users/show_many

Affected surface
GET /api/v2/users/show_many
Affected field
brand_id@query

What changed

Parameter 'brand_id' type changed from '' to 'integer' in GET /api/v2/users/show_many Affected surface: GET /api/v2/users/show_many. Root cause: parameter `brand_id@query`. Detected at Thu, 13 Aug 2026 15:28:22 UTC UTC.

Diff

{
  "current_value": "integer",
  "parameter_in": "query",
  "parameter_name": "brand_id",
  "path": "GET /api/v2/users/show_many",
  "previous_value": ""
}

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.