Get a Cartridge profile with roles. Wraps games.gamesgamesgamesgames.getProfile and appends a roles array.
Parameters
Output
Encoding
application/jsonhandle
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, orgroles
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}