social.colibri.beta.actor.getProfile

colibri.social

{
  "id": "social.colibri.beta.actor.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "ActorNotFound",
          "description": "No user matches the given DID or handle."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profile"
          ],
          "properties": {
            "profile": {
              "ref": "social.colibri.beta.actor.defs#profileView",
              "type": "ref",
              "description": "The user's profile."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier",
            "description": "The user's DID or handle."
          }
        }
      },
      "description": "Gets a user's profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.actor.getProfile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreidrilvnlhvyfrcefnqcoqahwudm6frzlbvw7ggbfkgag5rr2u6pae
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.actor.getProfile

Referenced Schemas (1)

Lexicon Garden

@