---
title: "Get User Basic Info"
method: GET
path: "/api/v1/users/{user_id}"
tags: ["Users"]
---

# Get User Basic Info

`GET /api/v1/users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- UserBasicInfoResponse — Response model for user basic information from Firebase
  - `user_id` string, required
  - `name` string, required
  - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/neosapien/apis/neocore.md) · [All operations](https://skmtc.dev/neosapien/apis/neocore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neosapien/neocore/revisions/8b94ef58f2cf/schema)
