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

# Create a profile

`POST /profiles/{user_id}`

Merges the supplied values into a user's profile, creating it if absent and leaving any key you omit untouched. Prefer this for everyday writes.

## Path parameters

- `user_id` string, required

## Headers

- `Idempotency-Key` string
- `x-idempotency-expiration` string

## Request body

- object
  - `profile` object, required

## Response `200`

- MergeProfileResponse
  - `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)
