com.atiproto.recipient.profile.put

atiproto.com

{
  "id": "com.atiproto.recipient.profile.put",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "workflow": {
              "ref": "com.atiproto.actions#inboundWorkflow",
              "type": "ref",
              "description": "Workflow callback envelope. Present on agent-driven callbacks; absent on initial calls."
            },
            "acceptsItems": {
              "type": "boolean",
              "description": "Enable accepting items"
            },
            "acceptsSubscriptions": {
              "type": "boolean",
              "description": "Enable accepting subscriptions"
            },
            "disableReceiptNotifications": {
              "type": "boolean",
              "description": "Opt out of payment receipt DMs"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "Profile record CID"
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "Profile record URI"
            },
            "profile": {
              "ref": "com.atiproto.profile#view",
              "type": "ref",
              "description": "The profile record data"
            },
            "workflow": {
              "ref": "com.atiproto.actions#outboundWorkflow",
              "type": "ref",
              "description": "Workflow envelope. When present, the agent runs the actions and calls back. When absent, this is the final native result."
            },
            "hasProfile": {
              "type": "boolean",
              "description": "Whether the user has saved a profile record"
            },
            "readyForPayment": {
              "type": "boolean",
              "description": "Whether the user's payment account is set up and enabled"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Create or update the authenticated user's profile settings"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atiproto.recipient.profile.put

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

Metadata

DID
did:plc:4x5dcv6u4wlkjcssto7f22nu
CID
bafyreiak6762bopgkuvfkntapjekrl2kc3pb6twoontc6qgv34cc24wn5q
Indexed At
2026-04-29 15:05 UTC
AT-URI
at://did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atproto.lexicon.schema/com.atiproto.recipient.profile.put

Referenced Schemas (3)

Lexicon Garden

@