games.gamesgamesgamesgames.getProfile

lexicon.store View official

Documentation

Get a Pentaract profile by handle or DID.

main query

Get a Pentaract profile by handle or DID.

Parameters

handle string Optional

The handle or DID of the user whose profile to fetch.

Output

Encodingapplication/json
handle string Optional

The resolved ATProto handle for display.

profile union Optional

No description available.

profileType string Optional

No description available.

Known values: actor, org
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
The handle or DID of the user whose profile to fetch.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "handle": {
          "type": "string",
          "description": "The resolved ATProto handle for display."
        },
        "profile": {
          "refs": [
            "games.gamesgamesgamesgames.defs#actorProfileDetailView",
            "games.gamesgamesgamesgames.defs#orgProfileDetailView"
          ],
          "type": "union"
        },
        "profileType": {
          "type": "string",
          "knownValues": [
            "actor",
            "org"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "handle": {
        "type": "string",
        "description": "The handle or DID of the user whose profile to fetch."
      }
    }
  },
  "description": "Get a Pentaract profile by handle or DID."
}

Lexicon Garden

@