Users
Retrieves information about store users, including names, contact details, and account permissions.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | A unique numeric identifier for the user. | |
| FirstName | String | The user's first name as recorded in the account profile. | |
| String | The email address associated with the user's Shopify account. | ||
| Url | String | A link to the user's Shopify account or profile page. | |
| IM | String | The user's instant messaging handle, if applicable. | |
| ScreenName | String | The display name or screen name used by the user within Shopify. | |
| Phone | String | The user's contact phone number. | |
| LastName | String | The user's last name as recorded in the account profile. | |
| AccountOwner | Bool | Indicates whether the user is the primary account owner for the store. | |
| ReceiveAnnouncements | Bool | Indicates whether the user has opted in to receive Shopify announcements or notifications. | |
| Bio | String | A short biography or description provided by the user. | |
| Permissions | String | A list of permissions or roles assigned to the user, defining access levels within the store. | |
| Locale | String | The language and regional settings preferred by the user (for example, en-US). | |
| UserType | String | Specifies the user type, such as staff, collaborator, or owner. | |
| AdminGraphQLAPIId | String | The unique Admin GraphQL API identifier for the user. | |
| TFAEnabled | Bool | Indicates whether two-factor authentication (TFA) is enabled for the user. |