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)

Michal17
Shopify Partner
835 73 175

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.

Ashutosh123
New Member
7 0 0

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