rocketchat-node icon indicating copy to clipboard operation
rocketchat-node copied to clipboard

Displaying All Users with "ADMIN" role

Open msouidi309 opened this issue 6 years ago • 0 comments

Hi, thanks for this package ! i have a little problem, i want to display all admins, but the function below doesn't render anything.

Here is my call : rocketChatClient.users.list( {query: { "type": "admin" } }, function (err, body) { if (err) .... else console.log("Admin users : " + JSON.stringify(body)); } );

msouidi309 avatar Apr 30 '18 14:04 msouidi309