rsvp.atmo.space.whoami

atmo.rsvp

{
  "id": "rsvp.atmo.space.whoami",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "isOwner",
            "isMember"
          ],
          "properties": {
            "perms": {
              "type": "string",
              "description": "Present only when the caller is a member or the owner.",
              "knownValues": [
                "read",
                "write"
              ]
            },
            "isOwner": {
              "type": "boolean"
            },
            "isMember": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "spaceUri"
        ],
        "properties": {
          "spaceUri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Report the caller's relationship to a space: whether they are the owner, a member, and at what permission level. Useful for clients to avoid a listMembers roundtrip."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.whoami

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreicgjkcz4kuceevdirjyj4pt6gymroq6j2eixiweq4dfp4cawmry4u
Indexed At
2026-04-19 17:27 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.whoami

Lexicon Garden

@