Focuses on API authentication, access scopes, and permission management.
Hi there, I want to use the Shopify APIs to get a list of staffMembers or users. How do I go about doing this? I know that I need read_users scope to access either users or staffMembers. Also, I thought this feature was available to both advanced and shopify plus accounts (based on the note here: https://shopify.dev/docs/api/admin-graphql/2023-01/objects/StaffMember)
However, the access_scopes list here says that read_users is only available on Shopify Plus? https://shopify.dev/docs/api/usage/access-scopes. Which one is true and is there a way to access users/staffmembers in non Shopify plus accounts?