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

com.atproto.server.resetPassword

atproto-lexicons.bsky.social

Documentation

main procedure

Reset a user account password using a token.

Input

Encodingapplication/json
password string Required

No description provided.

token string Required

No description provided.

Errors

ExpiredToken
InvalidToken
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": [
        "token",
        "password"
      ],
      "properties": {
        "token": {
          "type": "string"
        },
        "password": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "ExpiredToken"
    },
    {
      "name": "InvalidToken"
    }
  ],
  "description": "Reset a user account password using a token."
}

Lexicon Garden

@