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

com.atproto.admin.updateAccountHandle

atproto-lexicons.bsky.social

Documentation

main procedure

Administrative action to update an account's handle.

Input

Encodingapplication/json
did stringdid Required

A decentralized identifier (DID).

handle stringhandle Required

An AT Protocol handle (e.g., alice.bsky.social).

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": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Administrative action to update an account's handle."
}

Lexicon Garden

@