zone.stratos.identity.resolveEnrollments

lexicon.northsky.app

{
  "id": "zone.stratos.identity.resolveEnrollments",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "enrolled",
            "boundaries"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "enrolled": {
              "type": "boolean",
              "description": "Whether the DID is enrolled in this Stratos service."
            },
            "boundaries": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Boundary domains the user is enrolled in. Empty if not enrolled."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The DID to resolve enrollment boundaries for."
          }
        }
      },
      "description": "Resolve enrollment boundaries for a DID. Returns the boundary domains the user is enrolled in."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against zone.stratos.identity.resolveEnrollments

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6uxgo3ypovauub7nblwylqyv
CID
bafyreihrw2uinoixb3bonsq3ynrkrpdergzqiwohd4micxiohwxltz77me
Indexed At
2026-03-22 08:33 UTC
AT-URI
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.identity.resolveEnrollments

Lexicon Garden

@