---
title: "GET /api/v1/users/{humanId}"
method: GET
path: "/api/v1/users/{humanId}"
tags: ["users"]
---

# GET /api/v1/users/{humanId}

`GET /api/v1/users/{humanId}`

Get the details of a specific user (by humanId)

## Path parameters

- `humanId` string, required

## Response `200`

OK

- union
  - User
    - `firstName` string
    - `lastName` string
    - `dateOfBirth` string, date-time
    - `humanId` string, required
    - `clientUserEmail` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `status` string, required
    - `suggestedSources` string[]
    - `inviteLink` string
  - T11mUser
    - `firstName` string
    - `lastName` string
    - `dateOfBirth` string, date-time
    - `humanId` string
    - `clientUserId` string
    - `clientUserEmail` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `suggestedSources` string[]
    - `orders` union[]
      - union
        - OrderInfo
          - `orderId` string
          - `orderType` string
          - `orderTypeAlias` string
          - `orderStatus` string
          - `reportsAvailable` boolean
        - OrderInfoWithDataAvailable
          - `orderId` string
          - `orderType` string
          - `orderTypeAlias` string
          - `orderStatus` string
          - `reportsAvailable` boolean
          - `dataAvailable` boolean

## Other responses

- `401` — The token provided is invalid. It may have expired or may have been revoked.
- `404` — The specified resource was not found (e.g. the id does not exist)

---

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