Error codes
users.invalid_cursor
The opaque pagination cursor on `/v1/users` could not be decoded.
users.invalid_cursor is returned at HTTP 400.
When this fires
The supplied cursor could not be decoded — typically a cursor built by hand, or one issued by a different deployment.
What to do
Drop the cursor parameter to fetch the first page, then thread the next_cursor from each response into the following request. Cursors are opaque and tied to the deployment that issued them.
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.