Tableau Connector for BigCommerce

Build 26.0.9655

AddUserToAccount

Adds a user to an account.

Stored Procedure-Specific Information

To add a user to the account, you must specify the Email parameter. The following example shows how to add a user to the account.

EXECUTE AddUserToAccount Email='[email protected]';

Input

Name Type Required Description
Email String True The email of the user to be added to the account.

Result Set Columns

Name Type Description
Success Boolean Indicates whether or not the operation executed successfully.
Details String Any extra details on the operation's execution.
AccountInfoName String The name of the account to which the user was added.

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