{
"id": "rsvp.atmo.space.invite.redeem",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidInvite"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"spaceUri",
"perms"
],
"properties": {
"perms": {
"type": "string",
"knownValues": [
"read",
"write"
]
},
"spaceUri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Redeem an invite token. The JWT issuer becomes a member of the space with the invite's perms."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:b63bmauox6z5rbibwrhxrdnw
- CID
-
bafyreigmmfuy5cfuddfudsqgedheo2kbgkfwbeahq75dyllohzsw5d775y
- Indexed At
- 2026-04-14 17:40 UTC
- AT-URI
-
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.invite.redeem