Skip to content

Displaying All Users with "ADMIN" role #77

@msouidi309

Description

@msouidi309

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));
} );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions