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

# User Details

`GET /v1/users/{auth0_id}`

Get the details of a specific user

## Path parameters

- `auth0_id` string, required

## Response `200`

Successful Response

- UserDetails
  - `first_name` string
  - `last_name` string
  - `picture` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/versions/a5e0b539abc5/schema)
