{
"id": "com.getorbyt.community.listMembers",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "CommunityNotFound"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidCursor"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"members"
],
"properties": {
"cursor": {
"type": "string"
},
"members": {
"type": "array",
"items": {
"ref": "com.getorbyt.community.defs#memberView",
"type": "ref"
},
"maxLength": 50
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"community"
],
"properties": {
"role": {
"type": "string",
"knownValues": [
"owner",
"moderator",
"member"
]
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"status": {
"type": "string",
"knownValues": [
"active",
"muted",
"banned"
]
},
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "A Community's members. Anyone may list active members; listing muted or banned members requires a moderator role."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreidtinqnje2lclwgpzdz5n56e57ibpqzexozuod5ot2f6yzhxgacku
- Indexed At
- 2026-08-28 23:34 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.listMembers