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

com.atproto.server.requestEmailUpdate

atproto-lexicons.bsky.social

Documentation

main procedure

Request a token in order to update email.

Output

Encodingapplication/json
tokenRequired boolean 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",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "tokenRequired"
      ],
      "properties": {
        "tokenRequired": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Request a token in order to update email."
}

Lexicon Garden

@