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

# Retrieve an user

`GET /v1/users/{id}`

Returns information about the specified user.

## Path parameters

- `id` string, uuid, required

## Response `200`

**ℹ️ Click to see full payload**

- User
  - `id` string, uuid, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email, required
  - `role` string, required — `owner` `admin` `member` `Custom Role name`
  - `created_at` string, date-time, required — Creation date Date time in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`)
  - `suspended_at` string, date-time, required — Suspension date Date time in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`)

## Other responses

- `404` — No user can be found.

---

[API](https://skmtc.dev/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.dev/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotfile/api-specifications/revisions/36393567057b/schema)
