Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: Shopify APIs for User Management

Shopify APIs for User Management

Ashutosh123
New Member
7 0 0

I am creating providers using Terraform in Go language. Please tell me if there are Shopify APIs available for user management, i.e., I want to create, update, delete, activate, and deactivate users using Shopify APIs, so just let me know if it is available.

Replies 2 (2)

Morek
Shopify Partner
835 73 180

Hi @Ashutosh123 

Hope you're having a great day!

There is a Shopify API for user resource as specified hereThe User resource lets you retrieve information about staff on a Shopify shop, including staff permissions

Permissions determine the level of access that staff has to a merchant's store. From the Shopify admin, merchants can give each staff individual permissions that control access to a part of Shopify. The API only lets you retrieve information about staff.

As specified by Shopify, this User resource is only available for private apps and custom apps installed on Shopify Plus stores.

If you're looking for a Shopify developer or just want to connect, don't hesitate to reach out!
Portfolio: https://mmorek.com/
LinkedIn: https://www.linkedin.com/in/mmorek
WhatsApp: Whatsapp me!
Ashutosh123
New Member
7 0 0

Thanks for your response. Are there any APIs available for create, update and delete user from admin account?