Skip to end of banner
Go to start of banner

isUserActive

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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");

See also

  • No labels