Get Group Moderators
    • Dark
      Light
    • PDF

    Get Group Moderators

    • Dark
      Light
    • PDF

    Article summary

    Get
    /api/v1/groups.moderators

    Lists all group moderators.

    Changelog

    VersionDescription
    0.70.0Added
    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

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

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.