Error codes
users.invalid_param
A query parameter on the users endpoints failed validation.
users.invalid_param is returned at HTTP 400.
When this fires
Returned by /v1/users when a query parameter is malformed — limit out of range, an unrecognised role filter, etc.
What to do
Match each parameter to its constraint in the REST API reference under /v1/users. The SDKs enforce these client-side.
See also
- SDK reference — the Python and TypeScript SDKs raise typed exceptions for codes in this namespace.
- Error code index — every code the runtime can return.