Method ActivateUser
ActivateUser(string)
Activates an inactive user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void ActivateUser(string inAccountId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inAccountId | User account identifier. |
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.