Hi,

I need to write a report where I get informations about the Users.

The problem is that I don't know how to get them. 

I tried to use the built-in function "getAllUsers" as follows :

var usrList = getAllUsers();

which is meant to return a list of all the Users, but I got the following error : "ReferenceError: "getAllUsers" is not defined."

Does someone knows how to get all the Users ?

Thank you 

 or register to reply.

Notify Moderator