---
title: "POST /v1/users/"
method: POST
path: "/v1/users/"
tags: ["users"]
---

# POST /v1/users/

`POST /v1/users/`

Create a new User.

## Request body

- CreateUser
  - `user_id` string, required
  - `metadata` object

## Response `201`

User created successfully.

- UserResponse — Response returned after creating a User.
  - `id` integer — Internal numeric identifier.
  - `user_id` string
  - `metadata` object
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `graph_entities` unknown
  - `is_deleted` boolean
  - `project` integer — Internal numeric identifier of the project this record belongs to.

---

[API](https://skmtc.net/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.net/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/c86fe9831e7e/schema)
