Cannot use "Plus" APIs

Hi ! I want to use the endpoints that retrives a list of all users founded in Plus APIs, but i got “not found”.

This is the endpoint that I used

curl -X GET “https://your-development-store.myshopify.com/admin/api/2022-01/users.json
-H “X-Shopify-Access-Token: {access_token}”

I have put my access_token that start with sp.. and my development store, I have used other enpoints successfully but this one return:

404

{
“errors”: “Not Found”
}

Hey @andreag1 - this is a great question, thanks for getting in touch. I was able to do a little bit of digging into this for you and can confirm that at the moment the User resource is available only for private apps and custom apps installed on Shopify Plus stores.

That said, ff you do have any further questions about development stores and how they interact with the Partners API, I’d recommend reaching out to our Partner Support team directly. They would be able to provide more information/steps on how to access these Plus endpoints with your Partner account.

All the best!!