Get Group Moderators

Prev Next
Get
/api/v1/groups.moderators

Lists the moderators of a private channel.

Changelog

Version Description
0.70.0 Added
Header parameters
X-Auth-Token
stringRequired

The authToken of the authenticated user.

ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired

The userId of the authenticated user.

ExamplerbAXPnMktTFbNpwtJ
Query parameters
roomId
string

The room ID. It is required if the roomName is not provided.

Exampledlpfuijw7ej
roomName
string

The room name. It is required if the roomId is not provided.

Examplegeneral
Responses
200

OK

Success
{
  "moderators": [
    {
      "_id": "hifeRG56fjlsp",
      "username": "marc.cat",
      "name": "Marc Cat"
    }
  ],
  "success": true
}
Expand All
object
moderators
Array of object
object
success
boolean
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string