{
"id": "zone.stratos.admin.listAdmins",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"admins",
"viewer"
],
"properties": {
"admins": {
"type": "array",
"items": {
"ref": "#admin",
"type": "ref"
}
},
"viewer": {
"type": "string",
"format": "did",
"description": "The DID of the requesting admin."
}
}
},
"encoding": "application/json"
},
"description": "List everyone holding admin access. Requires admin authorization."
},
"admin": {
"type": "object",
"required": [
"did",
"source"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"source": {
"type": "string",
"description": "Where the grant comes from. Config admins cannot be revoked through the API.",
"knownValues": [
"config",
"database"
]
},
"addedAt": {
"type": "string",
"format": "datetime",
"description": "When access was granted. Absent for config admins."
},
"addedBy": {
"type": "string",
"format": "did",
"description": "Who granted access. Absent for config admins."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:6uxgo3ypovauub7nblwylqyv
- CID
-
bafyreicelku6aulo3xn5ku2sqyujexks3yhnysuwfgcvo3zmzir6avojb4
- Indexed At
- 2026-08-26 09:04 UTC
- AT-URI
-
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.admin.listAdmins