Sonny Labs Docs
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

Controller-local validation handler on UsersController. Triggered by limit out of range, an unrecognised role filter, etc.

What to do

Match each parameter to its constraint in the OpenAPI spec 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.

On this page