---
title: "Get Channel Moderators"
slug: "get-channel-moderators"
updated: 2026-09-03T14:50:33Z
published: 2026-09-03T14:50:33Z
canonical: "developer.rocket.chat/get-channel-moderators"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt
> Use this file to discover all available pages before exploring further.
# Get Channel Moderators
Get/api/v1/channels.moderators
List all the moderators in a channel.
### Changelog
| Version | Description |
| --- | --- |
| 0.70.0 | Added |
Header parametersX-Auth-TokenstringRequired
The `authToken` of the authenticated user.
ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-IdstringRequired
The `userId` of the authenticated user.
ExamplerbAXPnMktTFbNpwtJ
Query parametersroomIdstring
The room ID. It is required if the `roomName` is not provided.
Exampledlpfuijw7ej
roomNamestring
The room name. It is required if the `roomId` is not provided.
Examplegeneral
Responses200
OK
Success
```json
{
"moderators": [
{
"_id": "rocket.cat",
"username": "rocket.cat",
"name": "Rocket.Cat"
}
],
"success": true
}
```
Expand Allobject moderators Array of object object _idstring
usernamestring
namestring
successboolean
401
Unauthorized
Authorization Error
```json
{
"status": "error",
"message": "You must be logged in to do this."
}
```
object statusstring
messagestring