Method IsUserActive
IsUserActive(string)
Tells whether a user is active.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
bool IsUserActive(string inAccountId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inAccountId | User account identifier. |
Returns
| Type | Description |
|---|---|
| bool | The user is active. |
Remarks
This method is available since v7.10.