Method DeactivateUser
DeactivateUser(string)
Deactivate an active user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void DeactivateUser(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.