isUserActive
Description
Checks to see if the given user has an active (licensed) account.
Parameters
Return Type
Boolean (true/false)
Returns "true" if the user is active and "false" otherwise.
Example
return isUserActive("jsmith");
Checks to see if the given user has an active (licensed) account.
Boolean (true/false)
Returns "true" if the user is active and "false" otherwise.
return isUserActive("jsmith");