Method CreateUser
CreateUser(string, string, string, string, string)
Creates a new user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 301, 160)]
void CreateUser(string inFirstName, string inLastName, string inInitials, string inAccountIdentifier, string inPassword)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFirstName | User first name. |
| string | inLastName | User last name. |
| string | inInitials | User initials. |
| string | inAccountIdentifier | 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.6.301.160.