Method ActivateUser
ActivateUser(string)
Activates an inactive user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 301, 160)]
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.6.301.160.