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

com.atproto.admin.searchAccounts

atproto-lexicons.bsky.social

Documentation

main query

Get list of accounts that matches your search query.

Parameters

cursor string Optional

No description provided.

email string Optional

No description provided.

limit integer Optional

No description provided.

Output

Encodingapplication/json
accounts array Required

No description provided.

cursor string Optional

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": [
        "accounts"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "accounts": {
          "type": "array",
          "items": {
            "ref": "com.atproto.admin.defs#accountView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "email": {
        "type": "string"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Get list of accounts that matches your search query."
}

Lexicon Garden

@