getUserList

Syntax

getUserList()

Arguments

Return a list of user names other than the administrators. It can only be executed by an administrator.

Details

login(`admin, `123456);
getUserList().sort();
// output
["AA","AAA","BB","BBB","CC","DeionSanders","EliManning","JoeFlacco"]