# com.atiproto.recipient.profile.put

> Published by [atiproto.com](https://lexicon.garden/identity/did:plc:4x5dcv6u4wlkjcssto7f22nu)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atiproto.recipient.profile.put)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atiproto.recipient.profile.put/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atiproto.recipient.profile.put/examples)

## Definitions

### `com.atiproto.recipient.profile.put`

**Type**: `procedure`

Create or update the authenticated user's profile settings

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `workflow` | `ref` → `com.atiproto.actions#inboundWorkflow` | No | Workflow callback envelope. Present on agent-driven callbacks; absent on initial calls. |
| `acceptsItems` | `boolean` | No | Enable accepting items |
| `acceptsSubscriptions` | `boolean` | No | Enable accepting subscriptions |
| `disableReceiptNotifications` | `boolean` | No | Opt out of payment receipt DMs |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` (cid) | No | Profile record CID |
| `uri` | `string` (at-uri) | No | Profile record URI |
| `profile` | `ref` → `com.atiproto.profile#view` | No | The profile record data |
| `workflow` | `ref` → `com.atiproto.actions#outboundWorkflow` | No | Workflow envelope. When present, the agent runs the actions and calls back. When absent, this is the final native result. |
| `hasProfile` | `boolean` | No | Whether the user has saved a profile record |
| `readyForPayment` | `boolean` | No | Whether the user's payment account is set up and enabled |

## Raw Schema

```json
{
  "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
}
```
