Parameter 'role[]' type changed from 'string' to 'array' in GET /api/v2/organizations/{organization_id}/users
- Affected surface
- GET /api/v2/organizations/{organization_id}/users
- Affected field
- role[]@query
What changed
Parameter 'role[]' type changed from 'string' to 'array' in GET /api/v2/organizations/{organization_id}/users Affected surface: GET /api/v2/organizations/{organization_id}/users. 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/organizations/{organization_id}/users",
"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.
Recommended action
Audit serialization on both sides. Type changes break payloads silently more often than loudly — catch this in a contract test before it hits production.
Related changes
Other endpoints affected by the same root cause.
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.
