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

Parameter 'after' removed from GET /api/v2/user-search/{projectKey}/{environmentKey}

Affected surface
GET /api/v2/user-search/{projectKey}/{environmentKey}
Affected field
after@query

What changed

Parameter 'after' removed from GET /api/v2/user-search/{projectKey}/{environmentKey} Affected surface: GET /api/v2/user-search/{projectKey}/{environmentKey}. Root cause: parameter `after@query`. Detected at Wed, 10 Jun 2026 17:45:58 UTC UTC.

Diff

{
  "parameter_in": "query",
  "parameter_name": "after",
  "path": "GET /api/v2/user-search/{projectKey}/{environmentKey}"
}

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.

Remove the parameter from your callers — passing it now produces an error or is silently ignored depending on the provider.

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.