{
"id": "app.didpic.admin.getActor",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did",
"accessStatus",
"takedown",
"roles",
"envAdmin",
"accountLabels"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"roles": {
"type": "array",
"items": {
"type": "string"
}
},
"handle": {
"type": "string"
},
"envAdmin": {
"type": "boolean"
},
"takedown": {
"type": "boolean"
},
"avatarCid": {
"type": "string"
},
"bannerCid": {
"type": "string"
},
"indexedAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"firstSeenAt": {
"type": "string",
"format": "datetime"
},
"accessStatus": {
"enum": [
"active",
"suspended",
"data_deleted"
],
"type": "string"
},
"resyncStatus": {
"type": "string"
},
"accountLabels": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"description": "Get an actor's moderation state, profile, roles, and labels."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreihgsyfo3jq2a7frjapsmfyxag5etedttkfwmo7mxrt3ir44jlbxci
- Indexed At
- 2026-06-06 04:28 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.admin.getActor