Skip to end of banner
Go to start of banner

admGetAllInactiveAccounts

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, inactive 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 = admGetAllInactiveAccounts();

Returns all accounts, inactive

See also

  • No labels