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

# Update a profile

`PATCH /profiles/{user_id}`

Applies a JSON Patch to a user profile, adding, removing, or replacing individual fields without sending the whole object.

## 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`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
