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