v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Communities

List moderators of a community

get/x/communities/{id}/moderators

Path parameters

idstring required

Community ID for moderator lookup

Query parameters

cursorstring

Pagination cursor for community moderators

Response

List of community moderators

has_next_pageboolean required
next_cursorstring required

Example response

{
  "users": [
    {
      "id": "9876543210",
      "username": "elonmusk",
      "name": "Elon Musk"
    }
  ],
  "has_next_page": true,
  "next_cursor": "DAACCgACGRElMJcAAA"
}