Skip to end of banner
Go to start of banner

admGetAllActiveAccounts

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 Current »

Description

Gets all the users accounts, active only. Care should be exercised because it might return a large number of objects. NOTE: Requires admin token to be set!

Return Type

JUser []

Example

JUser [] users = admGetAllActiveAccounts();

Returns all accounts, active

See also

  • No labels