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

# Get user by ID

`GET /v1/users/{id}`

## Path parameters

- `id` string, required

## Response `200`

User found

- User
  - `id` string, required
  - `object` string, required
  - `attributes` object, required
  - `createdAt` string, required
  - `companies` string[], nullable, required
  - `memberships` string[], nullable, required

## Other responses

- `404` — User not found

---

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