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

# Replace a profile

`PUT /profiles/{user_id}`

Overwrites a user profile in full, removing any key absent from the request body. Use the patch endpoint when changing a single field.

## Path parameters

- `user_id` string, required

## Request body

- object
  - `profile` object, required

## Response `200`

- ReplaceProfileResponse
  - `status` 'SUCCESS', required

## Other responses

- `400`

---

[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)
