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

# Get User

`GET /users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- UserPrivateProfile
  - `user_id` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `username` string, nullable
  - `avatar_url` string, nullable
  - `phone_number` string, nullable
  - `sms_opted_in` boolean
  - `chat_activation_status` 'active' | 'inactive', required
  - `member_since` string, date-time, nullable
  - `voice_room_name` string, nullable
  - `num_call_pairings` integer, required
  - `trial_account_status` TrialAccountStatus
    - `show_trial_banner` boolean, required
    - `transcript_view_allowance` integer, nullable
    - `transcript_view_allowance_limit` integer
  - `fund_type` 'LONG_SHORT' | 'LONG_ONLY' | 'MARKET_NEUTRAL' | 'MULTI_STRATEGY'
  - `portfolio_style` 'CONCENTRATED' | 'DIVERSIFIED'
  - `internal_role` 'ADMIN' | 'TEST' | 'REVIEWER' | 'LEAD_REVIEWER'
  - `internal_slack_member_id` string, nullable
  - `full_name` string, nullable, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
