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 |
| 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. |