at.ducs.users.getProfiles

ducs.at

Documentation

main query

No description available.

Parameters

ids string Required

No description available.

Output

Encodingapplication/json
failed array Optional

No description available.

profiles array Optional

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "failed": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-identifier"
          }
        },
        "profiles": {
          "type": "array",
          "items": {
            "ref": "at.ducs.users.defs#profile",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "ids"
    ],
    "properties": {
      "ids": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@