|
Parameters |
|
Description |
Passed |
Returned |
Method creates new user in the system. If login and password are empty, the user can be used only as contact information. |
23 |
1 |
Syntax
ItemResult BM::UserAdd_API(
Int AccountID;
Int ExternalID;
Str(64) Login;
Str(32) Password;
Str(30) FName;
Str(30) MName;
Str(30) LName;
Str(100) Email;
Str(80) Address1;
Str(80) Address2;
Str(40) City;
Str(80) State;
Str(10) Zip;
Str(2) CountryID;
Str(4) PhCountryCode;
Str(10) PhAreaCode;
Str(20) PhNumber;
Str(10) PhExtention;
Str(4) FaxCountryCode;
Str(10) FaxAreaCode;
Str(20) FaxNumber;
Str(10) FaxExtention;
Int AddFARole.
)
returns
Int UsersID - created user ID.
Special Notes