---
title: "Create a User"
method: POST
path: "/users"
---

# Create a User

`POST /users`

## Response `201`

Created

- User
  - `partner_id` string, required — Your partner_id. You can use the value of data-partner-id parameter
  - `partner_user_id` string, required — A unique string that identify your customer. !!IMPORTANT!! You should use always the same partner_user_id for the same customer
  - `user_session_id` string, required — A unique string that identify the current user session. !!IMPORTANT!! This value should be the same set in %%sessionId%% of koomalooma javascript

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/koomalooma/apis/koomalooma-partner-api.md) · [All operations](https://skmtc.dev/koomalooma/apis/koomalooma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/koomalooma/koomalooma-partner-api/revisions/d2469ed819d2/schema)
