com.atproto.admin.searchAccounts

atproto-lexicons.bsky.social

Documentation

Get list of accounts that matches your search query.

main query

Get list of accounts that matches your search query.

Parameters

cursor string Optional

No description available.

email string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
accounts array Required

No description available.

cursor string Optional

No description available.

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

@