---
title: "Create a user property"
method: POST
path: "/v2/users/{user_id}/properties"
tags: ["Users"]
---

# Create a user property

`POST /v2/users/{user_id}/properties`

Creates a new per-user property override for the specified staff user. Returns the created property.

## Path parameters

- `user_id` string, required

## Request body

- PropertyCreationRequest
  - `name` string, required
  - `value` string, required

## Response `200`

Successful response

- PropertyResponse
  - `name` string, required
  - `value` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
