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

com.atproto.admin.updateAccountEmail

atproto-lexicons.bsky.social

Documentation

main procedure

Administrative action to update an account's email.

Input

Encodingapplication/json
account stringat-identifier Required

The handle or DID of the repo.

email string Required

No description provided.

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": [
        "account",
        "email"
      ],
      "properties": {
        "email": {
          "type": "string"
        },
        "account": {
          "type": "string",
          "format": "at-identifier",
          "description": "The handle or DID of the repo."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Administrative action to update an account's email."
}

Lexicon Garden

@