---
title: "Update a profile"
method: PATCH
path: "/profiles/{user_id}"
tags: ["User Profiles"]
---

# Update a profile

`PATCH /profiles/{user_id}`

## Path parameters

- `user_id` string, required

## Request body

- ProfileUpdateRequest
  - `patch` UserProfilePatch[], required — List of patch operations to apply to the profile.
    - `op` string, required — The operation to perform.
    - `path` string, required — The JSON path specifying the part of the profile to operate on.
    - `value` string, required — The value for the operation.

## Response `204`

## Changes

- **2025-10-15** `e67d02739533` — 2 info
  - api tag `User Profiles` added
  - api tag `Profiles` removed

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/profiles/:user_id/patch.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/f0ac5c2fa86e/schema)
