---
title: "Get user"
method: GET
path: "/v1/users/{id}"
tags: ["Users"]
---

# Get user

`GET /v1/users/{id}`

Retrieve a single user by ID

## Path parameters

- `id` string, uuid, required

## Headers

- `api-token` string, required

## Response `200`

A user object

- object
  - `status` integer — Response status
  - `data` User
    - `id` string, uuid
    - `email` string
    - `first_name` string
    - `last_name` string

---

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