rsvp.atmo.space.admin.addMember

atmo.rsvp

{
  "id": "rsvp.atmo.space.admin.addMember",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "spaceUri",
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "perms": {
              "type": "string",
              "default": "write",
              "knownValues": [
                "read",
                "write"
              ]
            },
            "spaceUri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "Forbidden"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ok"
          ],
          "properties": {
            "ok": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Add a member to a space. Caller must be the space owner."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.admin.addMember

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreid237pip76xb6fzzlbkdyxineceqwhi52ha3ifborbosvmzlew65i
Indexed At
2026-04-14 17:40 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.admin.addMember

Lexicon Garden

@