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
Example response
{
"users": [
{
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}