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

# Get user

`GET /v1/users/{id}`

Retrieve the details of an existing user.

## Path parameters

- `id` string, required

## Response `200`

- User
  - `id` string, required — User ID.
  - `email` string, email, required — User email address.
  - `first_name` string, nullable, required — User first name.
  - `last_name` string, nullable, required — User last name.
  - `picture_url` string, uri, nullable, required — User profile picture URL.
  - `role_id` string, nullable, required — ID of the role assigned to the user.
  - `is_account_owner` boolean, required — Whether the user is the account owner.

## Other responses

- `404` — User not found.

---

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