---
title: "Update Profile"
method: PUT
path: "/api/user/profile"
---

# Update Profile

`PUT /api/user/profile`

Partial update of the current user's profile.

## Request body

- UserProfileUpdate
  - `phone` string, nullable
  - `timezone` string, nullable
  - `soul_text` string, nullable
  - `user_text` string, nullable
  - `heartbeat_text` string, nullable
  - `heartbeat_opt_in` boolean, nullable
  - `heartbeat_frequency` string, nullable
  - `heartbeat_max_daily` integer, nullable
  - `onboarding_complete` boolean, nullable

## Response `200`

Successful Response

- UserProfileResponse
  - `id` string, required
  - `user_id` string, required
  - `phone` string, required
  - `timezone` string, required
  - `soul_text` string, required
  - `user_text` string, required
  - `heartbeat_text` string, required
  - `preferred_channel` string, required
  - `channel_identifier` string, required
  - `heartbeat_opt_in` boolean, required
  - `heartbeat_frequency` string, required
  - `heartbeat_max_daily` integer
  - `onboarding_complete` boolean, required
  - `is_active` boolean, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-23** `fdf71fbdd784` — 2 info
  - added the new optional request property `heartbeat_max_daily`
  - added the optional property `heartbeat_max_daily` to the response with the `200` status
- **2026-03-20** `4c528359213d` — 4 warning, 1 info
  - removed the request property `heartbeat_max_daily`
  - removed the optional property `data_sharing_consent` from the response with the `200` status
  - removed the optional property `data_sharing_consent_at` from the response with the `200` status
  - removed the optional property `heartbeat_max_daily` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/profile/put.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/9df4ea76da08/schema)
