social.showcase.profile.getProfile

lexicon.store

{
  "id": "social.showcase.profile.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "social.showcase.defs#profileView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier",
            "description": "The DID or handle of the user"
          }
        }
      },
      "description": "Get a user's profile. Authentication optional."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.profile.getProfile

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

Metadata

DID
did:web:lexicon.store
CID
bafyreiaa2swgyz37tex3xxnp5c3n2nt6uefhmdzeglqaqxdcdcfewh7mxi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.showcase.profile.getProfile

Referenced Schemas (1)

  • social.showcase.defs#profileView

Lexicon Garden

@