---
title: "Update User"
method: PUT
path: "/users/{user_id}"
tags: ["users"]
---

# Update User

`PUT /users/{user_id}`

## Path parameters

- `user_id` string, uuid, required

## Request body

- UpdateUserRequest — Payload for updating a user
  - `metadata` object, nullable
  - `name` string
  - `about` string
  - `project` string, nullable

## Response `200`

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 `200` status
- **2025-01-27** `f87931a479bd` — 1 warning, 5 info
  - removed the optional property `jobs` from the response with the `200` status
  - added the optional property `about` to the response with the `200` status
  - added the optional property `metadata` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/julep-ai/apis/julep-agents-api/changes/users/:user_id/put.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)
