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

com.atproto.admin.getAccountInfos

atproto-lexicons.bsky.social

Documentation

main query

Get details about some accounts.

Parameters

dids array of string Required

No description provided.

Output

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

Lexicon Garden

@