--- title: Users endpoint now supports cursor-based pagination - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/users-endpoint-now-supports-cursor-based-pagination md: https://shopify.dev/changelog/users-endpoint-now-supports-cursor-based-pagination.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2021 Tags: * Action Required * API # Users endpoint now supports cursor-based pagination Previously, the Users endpoint returned the full list of all staff accounts on a shop. For shops with a large number of users, this could lead to response timeouts, as the list was simply too large to return within a reasonable timeframe. To make this data more manageable, we've enabled the same cursor-based-pagination found in other areas of the Admin API on the Users endpoint. To learn more about pagination support in REST Admin APIs, please check out [this tutorial](https://shopify.dev/tutorials/make-paginated-requests-to-rest-admin-api).