---
title: "Get User By Id"
method: GET
path: "/api/user/{user_id}"
tags: ["User"]
---

# Get User By Id

`GET /api/user/{user_id}`

Get information about a user by user ID.

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 3 revisions in range; 1 not diffed.

- **2023-11-08** `dbd91277da05` — 1 info
  - api operation id `get_user_by_id_api_user__user_id__get` removed and replaced with `get_user_api_user__user_id__get`

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/user/:user_id/get.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
