---
title: "List Users"
method: GET
path: "/admin/users"
tags: ["admin", "users"]
---

# List Users

`GET /admin/users`

## Query parameters

- `deactivated` boolean

## Response `200`

Successful Response

- UserAdminDashboard[]
  - `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
  - `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/a8ae8846c411/schema)
