{
"id": "app.didpic.admin.listUsers",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"users"
],
"properties": {
"users": {
"type": "array",
"items": {
"ref": "#user",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "List indexed actors, newest first."
},
"user": {
"type": "object",
"required": [
"did",
"accessStatus",
"takedown",
"firstSeenAt",
"indexedAt",
"postCount"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string"
},
"takedown": {
"type": "boolean"
},
"avatarCid": {
"type": "string"
},
"indexedAt": {
"type": "string",
"format": "datetime"
},
"postCount": {
"type": "integer"
},
"displayName": {
"type": "string"
},
"firstSeenAt": {
"type": "string",
"format": "datetime"
},
"accessStatus": {
"type": "string"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreifgumkbnzougffmoqj4fsb7oh2kvf7c33y5h4uef6d7ojlcwuxw5y
- Indexed At
- 2026-06-06 04:51 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.admin.listUsers