Method SetUserName
SetUserName(string, string, string, string)
Sets the name of a user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void SetUserName(string inAccountId, string inFirstName, string inLastName, string inInitials)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inAccountId | User account identifier. |
| string | inFirstName | User first name. |
| string | inLastName | User last name. |
| string | inInitials | User initials. |
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.