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

# Get Tier1 User

`GET /admin/tier1/users/{user_id}`

The full assembled partition for one user (scan trips, attached app trips, staged,
unlinked).

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- Tier1UserView
  - `user` UserHeader, required
    - `user_id` string, required
    - `email` string, nullable, required
    - `name` string, nullable, required
  - `scan_trips` TripView[], required
    - `trip_id` string, required
    - `source` string, required
    - `title` string, nullable, required
    - `date_start` string, date, nullable, required
    - `date_end` string, date, nullable, required
    - `destinations` string[], required
    - `env` EnvView, required — The stamped away-envelope summary (present iff the trip's loop is closed).
      - `closed_by` string, required
      - `anchor` string, nullable, required
      - `start` string, date, required
      - `end` string, date, required
    - `bookings` BookingView[], required
      - `booking_id` string, required
      - `op` string, nullable, required
      - `booking_type` string, required
      - `summary` string, required
      - `legs` string[], required
      - `status` string, required
      - `confirmation_number` string, nullable, required
      - `date_start` string, date, nullable, required
      - `date_end` string, date, nullable, required
      - `cities` string[], required
      - `untrusted` boolean, required
      - `image_url` string, nullable
      - `enrichment` string, nullable
  - `attached_trips` TripView[], required
    - `trip_id` string, required
    - `source` string, required
    - `title` string, nullable, required
    - `date_start` string, date, nullable, required
    - `date_end` string, date, nullable, required
    - `destinations` string[], required
    - `env` EnvView, required — The stamped away-envelope summary (present iff the trip's loop is closed).
      - `closed_by` string, required
      - `anchor` string, nullable, required
      - `start` string, date, required
      - `end` string, date, required
    - `bookings` BookingView[], required
      - `booking_id` string, required
      - `op` string, nullable, required
      - `booking_type` string, required
      - `summary` string, required
      - `legs` string[], required
      - `status` string, required
      - `confirmation_number` string, nullable, required
      - `date_start` string, date, nullable, required
      - `date_end` string, date, nullable, required
      - `cities` string[], required
      - `untrusted` boolean, required
      - `image_url` string, nullable
      - `enrichment` string, nullable
  - `staged` StagedView[], required
    - `booking_id` string, required
    - `leg` string, required
    - `stage_kind` string, required
    - `why` string, required
    - `summary` string, required
    - `disposition` string, required
  - `unlinked` BookingView[], required
    - `booking_id` string, required
    - `op` string, nullable, required
    - `booking_type` string, required
    - `summary` string, required
    - `legs` string[], required
    - `status` string, required
    - `confirmation_number` string, nullable, required
    - `date_start` string, date, nullable, required
    - `date_end` string, date, nullable, required
    - `cities` string[], required
    - `untrusted` boolean, required
    - `image_url` string, nullable
    - `enrichment` string, nullable
  - `totals` object, required

## Other responses

- `422` — Validation Error

---

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