getUserList
Syntax
getUserList()
Arguments
Return a list of user names other than the administrators. It can only be executed by an administrator on the controller.
Details
$ login(`admin, `123456);
$ getUserList().sort();
["AA","AAA","BB","BBB","CC","DeionSanders","EliManning","JoeFlacco"]