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

# Get User

`GET /admin/users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- UserDetail
  - `id` string, required
  - `email` string, required
  - `username` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `phone_number` string, nullable
  - `created_at` string, date-time, required
  - `last_sign_in` string, date-time, nullable
  - `note` Note
    - `note_id` string, uuid, required
    - `text` string, nullable
  - `organization_membership` UserOrganizationMembership
    - `organization_id` string, uuid, required
    - `organization_name` string, required
    - `organization_is_personal` boolean, nullable
    - `is_representative` boolean
  - `internal_role` 'ADMIN' | 'TEST' | 'REVIEWER' | 'LEAD_REVIEWER'
  - `deactivated` boolean
  - `trial_account_status` TrialAccountStatus
    - `show_trial_banner` boolean, required
    - `transcript_view_allowance` integer, nullable
    - `transcript_view_allowance_limit` integer
  - `num_call_requests` integer, required
  - `num_call_pairings` integer, required
  - `has_too_few_call_requests` boolean, required
  - `invited_on` string, date-time, nullable
  - `num_upcoming_calls` integer, required
  - `num_completed_calls` integer, required
  - `num_rescheduled_calls` integer, required
  - `num_cancelled_calls` integer, required
  - `has_active_subscription` boolean, required
  - `subscription_status` 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'TRIALING' | 'ACTIVE' | 'PAST_DUE' | 'CANCELED' | 'UNPAID' | 'PAUSED'
  - `last_active_on` string, date-time, nullable
  - `last_call_date` string, date-time, nullable
  - `stripe_subscription_id` string, nullable
  - `stripe_subscription_status` string, nullable
  - `fund_type` string, nullable
  - `portfolio_style` string, nullable
  - `internal_slack_member_id` string, nullable
  - `recording_review` boolean
  - `do_no_call` boolean
  - `banned_until` string, date-time, 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)
