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

com.atproto.admin.getAccountInfo

atproto-lexicons.bsky.social

Documentation

main query

Get details about an account.

Parameters

did string did Required

A decentralized identifier (DID).

Output

Encodingapplication/json
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": "query",
  "output": {
    "schema": {
      "ref": "com.atproto.admin.defs#accountView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      }
    }
  },
  "description": "Get details about an account."
}

Lexicon Garden

@