Get Channel Moderators

Lists all channel moderators.

Query Parameters

Example Call

curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \
     -H "X-User-Id: aobEdbYhXfu5hkeqG" \
     https://localhost:3000/api/v1/channels.moderators?roomId=ByehQjC44FwMeiLbX

Example Response

{
    "moderators": [
        {
            "_id": "rocket.cat",
            "username": "rocket.cat",
            "name": Rocket.Cat
        }
    ],
    "success": true
}

Change Log

Last updated

Rocket.Chat versions receive support for six months after release.