Method CreateUser
CreateUser(string, string, string, string, string)
Creates a new user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void CreateUser(string inFirstName, string inLastName, string inInitials, string inAccountId, string inPassword)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFirstName | User first name. |
| string | inLastName | User last name. |
| string | inInitials | User initials. |
| string | inAccountId | User account identifier. |
| string | inPassword | User password. |
Remarks
If the IsAdmin property returns false, this method cannot be called (an exception will be thrown otherwise).
This method is available since v7.10.