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

# Get user

`GET /v2/api/users/{id}`

Returns a single team member by their ID.

## Path parameters

- `id` string, required

## Response `200`

User details

- object
  - `data` User
    - `id` string
    - `name` string
    - `email` string
    - `role` 'ADMIN' | 'MANAGER' | 'MEMBER'
    - `status` 'ACTIVE' | 'BLOCKED'
    - `image_url` string, nullable

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
