social.coves.community.getSubscribers

coves.social

{
  "id": "social.coves.community.getSubscribers",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "subscribers"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "maxLength": 500
            },
            "subscribers": {
              "type": "array",
              "items": {
                "ref": "#subscriberView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 500
          },
          "community": {
            "type": "string",
            "format": "at-identifier",
            "description": "DID or handle of the community"
          }
        }
      },
      "description": "Get list of users subscribed to a community"
    },
    "subscriberView": {
      "type": "object",
      "required": [
        "did",
        "subscribedAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "avatar": {
          "type": "string",
          "format": "uri"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "isMember": {
          "type": "boolean",
          "description": "Whether this subscriber has membership status"
        },
        "reputation": {
          "type": "integer",
          "description": "User's reputation in this community"
        },
        "displayName": {
          "type": "string",
          "maxLength": 1280,
          "maxGraphemes": 128
        },
        "subscribedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.community.getSubscribers

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreia5npnbcopnhuangjx4ruustst2kzridussrlhhu4fonnnrcnwiuu
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.getSubscribers

Lexicon Garden

@