dev.cartridge.actor.getProfile

cartridge.dev

Documentation

Get a Cartridge profile with roles. Wraps games.gamesgamesgamesgames.getProfile and appends a roles array.

main query

Get a Cartridge profile with roles. Wraps games.gamesgamesgamesgames.getProfile and appends a roles array.

Parameters

handle string at-identifier Optional

Either a DID or an AT Protocol handle.

Output

Encodingapplication/json
handle stringhandle Optional

An AT Protocol handle (e.g., alice.bsky.social).

profile union Optional

No description available.

profileType string Optional

No description available.

Known values: actor, org
roles 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
Either a DID or an AT Protocol handle.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "roles": {
          "type": "array",
          "items": {
            "type": "string",
            "knownValues": [
              "superadmin",
              "admin"
            ]
          }
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "profile": {
          "refs": [
            "games.gamesgamesgamesgames.defs#actorProfileDetailView",
            "games.gamesgamesgamesgames.defs#orgProfileDetailView"
          ],
          "type": "union"
        },
        "profileType": {
          "type": "string",
          "maxLength": 64,
          "knownValues": [
            "actor",
            "org"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "handle": {
        "type": "string",
        "format": "at-identifier"
      }
    }
  },
  "description": "Get a Cartridge profile with roles. Wraps games.gamesgamesgamesgames.getProfile and appends a roles array."
}

Lexicon Garden

@