---
title: "Get User Profile"
method: GET
path: "/users/{user_id}/profile"
tags: ["users"]
---

# Get User Profile

`GET /users/{user_id}/profile`

## Path parameters

- `user_id` string, nullable, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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