StoreUsers
Returns users belonging to a store.
Table-Specific Information
Select
Returns all users associated with the stores.
The add-in uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:
| Column | Supported Operators |
| StoreId | =, IN |
SELECT * FROM StoreUsers;
SELECT * FROM StoreUsers WHERE StoreId = 'bc/account/store/8bjfqkmtug';
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID of the User. |
| AccountId | String | The ID of the account. |
| StoreId [KEY] | String | The ID of the store. |
| String | The email for the user. | |
| FirstName | String | The first name of the user. |
| LastLoginAt | Datetime | The date and time the user last logged in. |
| LastName | String | The last name of the user. |
| Locale | String | The preferred locale of the user. |
| Permissions | String | The permissions for the user on the store. |
| Status | String | Current status of the user for the store. |
| UpdatedAt | Datetime | The date and time the user was last updated. |