Skip to content

Users

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):