Get Request for Users Returns 404

Topic summary

Issue: A developer’s GET request to the Shopify Admin REST “users” resource returns 404 (Not Found) despite the app having “almost all permissions.” They reference the 2022-10 Admin REST docs for the User resource.

Context: The thread is categorized under GraphQL, but the linked documentation and issue concern the Admin REST API. No additional request details (endpoint path, shop domain, headers, or scopes) are provided.

Status: Unresolved; no responses or solutions yet.

Key details/terms:

  • 404 indicates the requested endpoint or resource could not be found.
  • Admin REST API (2022-10) “user” resource is the target, not GraphQL.

Next steps/clarifications needed:

  • Exact URL and method used (e.g., full REST path and whether it matches the documented version).
  • Authentication details (access token) and confirmed scopes relevant to the users resource.
  • Confirmation of API version in use and whether the request matches the documented endpoint.
  • Any logs or response headers that might indicate routing or permission issues.

No media or code samples were provided.

Summarized with AI on February 6. AI used: gpt-5.

Hi, I have almost all permissions on the app I created but can’t get users data, it returns 404. Can you help me with this? The developer page link is the this