social.colibri.beta.actor.listCommunities

colibri.social

Documentation

Gets the requesting user's communities, in their preferred order.

main query

Gets the requesting user's communities, in their preferred order.

Output

Encodingapplication/json
communities array Required

The requesting user's communities, in preferred sidebar order.

Errors

AuthRequired The request has no valid service auth.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "The request has no valid service auth."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "communities"
      ],
      "properties": {
        "communities": {
          "type": "array",
          "items": {
            "ref": "social.colibri.beta.community.defs#communityView",
            "type": "ref"
          },
          "description": "The requesting user's communities, in preferred sidebar order."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Gets the requesting user's communities, in their preferred order."
}

Lexicon Garden

@