Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Users endpoint now supports cursor-based pagination

API

Action required

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.