Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.server.updateEmail

atproto-lexicons.bsky.social

Documentation

main procedure

Update an account's email.

Input

Encodingapplication/json
email string Required

No description provided.

emailAuthFactor boolean Optional

No description provided.

token string Optional

Requires a token from com.atproto.sever.requestEmailUpdate if the account's email has been confirmed.

Errors

ExpiredToken
InvalidToken
TokenRequired
Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "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."
}

Lexicon Garden

@