---
title: "Get User Route"
method: GET
path: "/backoffice/users/{user_id}"
tags: ["Backoffice"]
---

# Get User Route

`GET /backoffice/users/{user_id}`

Get User

## Path parameters

- `user_id` string, required

## Response `200`

User retrieved successfully

- User — User
  - `id` string, required
  - `auth_id` string, required
  - `email` string, required
  - `read_only` boolean
  - `language` string, nullable
  - `created_at` string, date-time, nullable

## Other responses

- `404` — User not found
- `422` — Validation Error
- `500` — Internal server error

---

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