---
title: "Info for a specific user"
method: GET
path: "/user/{userId}"
tags: ["user"]
---

# Info for a specific user

`GET /user/{userId}`

## Path parameters

- `userId` number, required

## Response `200`

Expected response to a valid request

- User
  - `id` string, userId, required
  - `first_name` string, required
  - `second_name` string, required
  - `email` string, email, required
  - `password` string
  - `permission` string[], required

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.net/watchdogpolska/apis/small-eod.md) · [All operations](https://skmtc.net/watchdogpolska/apis/small-eod/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/watchdogpolska/small-eod/revisions/1c5ac40bf412/schema)
