---
title: "Get User Details"
method: GET
path: "/users/{user_id}"
tags: ["users"]
---

# Get User Details

`GET /users/{user_id}`

## Path parameters

- `user_id` string, uuid, required

## 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` — 1 info
  - added the optional property `project` to the response with the `200` status

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