---
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
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: true
  createdAt: '2020-11-20T14:28:52-05:00'
  postedAt: '2021-01-01T00:00:00-05:00'
  updatedAt: '2024-02-02T10:57:35-05:00'
  effectiveAt: '2021-01-01T00:00:00-05:00'
---

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).
