Backwards pagination using cursors

We’re trying to build a users table for our customers using organizations. Some of our customers have more than 1000 users, so we need to use cursor-based pagination. But I don’t see a way to do backwards pagination in the API. Is this possible? If not, how are people handling currently?

Hi @photonmarisbest2,

Welcome to the Auth0 Community!

It looks like the Auth0 Management API v2 get members endpoint currently supports the following paginations strategies:

  • Offset pagination
  • Checkpoint pagination

and checkpoint pagination is required for more than 1000 users. I can’t see a way to reverse through checkpoint pages, although it may be possible.

Feel free to drop us some Feedback on this issue if you don’t see the feature you need.