rocketchat-node
rocketchat-node copied to clipboard
Displaying All Users with "ADMIN" role
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)); } );