Tableau Connector for BigCommerce

Build 26.0.9655

Users

Returns users belonging to the account.

Table-Specific Information

Select

Returns all users associated with your account.

SELECT * FROM Users;
SELECT Id, Email, FirstName, LastName FROM Users;

Columns

Name Type Description
Id [KEY] String The ID of the user.
AccountId String The ID of the Account.
Email String The email for the user.
FirstName String The first name of the user.
LastName String The last name of the user.
Locale String The preferred locale of the user.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655