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

com.atproto.admin.updateAccountPassword

atproto-lexicons.bsky.social

Documentation

main procedure

Update the password for a user account as an administrator.

Input

Encodingapplication/json
did stringdid Required

A decentralized identifier (DID).

password 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": [
        "did",
        "password"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "password": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Update the password for a user account as an administrator."
}

Lexicon Garden

@