ODBC Driver for BigCommerce

Build 26.0.9655

RemoveUserFromAccount

Removes a user from an account

Stored Procedure-Specific Information

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

EXECUTE RemoveUserFromAccount Email='[email protected]';

Input

Name Type Required Description
Email String True The email of the user to be removed from 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.
AccountId String The ID of the account from which the user was removed.
UserId String The ID of the removed user.

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