Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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.
Hi @Ashutosh123
Hope you're having a great day!
There is a Shopify API for user resource as specified here. The 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.
Thanks for your response. Are there any APIs available for create, update and delete user from admin account?