StaffMembers
Lists staff members for the shop with pagination (Shopify Plus only).
View-Specific Information
Select
The component processes all filters client-side within the component. The following query is the only one processed server-side:
SELECT * FROM StaffMembers
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id for the staff member. | |
| ShopId | String |
Shop.Id | A globally unique Id for the associated shop. |
| Name | String | The staff member's full name. | |
| FirstName | String | The staff member's first name. | |
| LastName | String | The staff member's last name. | |
| Active | Bool | Indicates whether the staff member is active. | |
| String | The staff member's email address. | ||
| Exists | Bool | Indicates whether the staff member's account exists. | |
| Initials | String | The staff member's initials, if available. | |
| Locale | String | The staff member's preferred locale, formatted as 'language' or 'language-COUNTRY' (for example, 'en' or 'en-US'). | |
| Phone | String | The staff member's phone number. | |
| IsShopOwner | Bool | Indicates whether the staff member is the shop owner. | |
| AccountType | String | The type of account assigned to the staff member. | |
| PrivateDataAccountSettingsUrl | String | The URL to the staff member's account settings page. | |
| PrivateDataCreatedAt | Datetime | The date and time when the staff member account was created. |