app.ocho.auth.updateEmail

lexicon.store View official

{
  "id": "app.ocho.auth.updateEmail",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "email"
          ],
          "properties": {
            "email": {
              "type": "string"
            },
            "token": {
              "type": "string",
              "description": "Requires a token from com.atproto.sever.requestEmailUpdate if the account's email has been confirmed."
            },
            "emailAuthFactor": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "ExpiredToken"
        },
        {
          "name": "InvalidToken"
        },
        {
          "name": "TokenRequired"
        }
      ],
      "description": "Update an account's email."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.ocho.auth.updateEmail

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreidxj6m6ndwrblvezhzphc2hdw4iimwxzfl2c6ugf5smwdkcja7v2m
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.ocho.auth.updateEmail

Lexicon Garden

@