{
"id": "zone.stratos.admin.setActive",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"did",
"active"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The member to update."
},
"active": {
"type": "boolean",
"description": "Whether the member's enrollment should be active."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "NotFound",
"description": "The DID is not enrolled."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"did",
"active"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"active": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Activate or deactivate an enrolled member. Requires admin authorization. Deactivation is reversible and preserves the member's boundaries."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:6uxgo3ypovauub7nblwylqyv
- CID
-
bafyreiew2xlhizf5curuemlygkkbls5e5m3hbb5bbq434hwps4mzip3coi
- Indexed At
- 2026-08-26 09:04 UTC
- AT-URI
-
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.admin.setActive