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

# Create User

`POST /users`

## Request body

- CreateUserRequest — Payload for creating a user (and associated documents)
  - `metadata` object, nullable
  - `name` string
  - `about` string
  - `project` string, nullable

## Response `201`

Successful Response

- User
  - `id` string, uuid, required
  - `metadata` object, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string
  - `about` string
  - `project` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-12** `3b58badc86fa` — 2 info
  - added the new optional request property `project`
  - added the optional property `project` to the response with the `201` status
- **2025-01-27** `f87931a479bd` — 1 warning, 5 info
  - removed the optional property `jobs` from the response with the `201` status
  - added the optional property `about` to the response with the `201` status
  - added the optional property `metadata` to the response with the `201` status
  - added the optional property `name` to the response with the `201` status
  - …2 more

[Change history](https://skmtc.dev/julep-ai/apis/julep-agents-api/changes/users/post.md)

---

[API](https://skmtc.dev/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.dev/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/julep-ai/julep-agents-api/revisions/21c8182519ef/schema)
