-
-
Notifications
You must be signed in to change notification settings - Fork 313
Users
Joshua Harms edited this page Dec 20, 2023
·
1 revision
Developers can retrieve users with the UserService
.
The Users API requires a Shopify Plus subscription.
var service = new UserService(myShopifyUrl, shopAccessToken);
var users = await service.ListAsync();
var service = new UserService(myShopifyUrl, shopAccessToken);
var user = await service.GetAsync(userId):