---
title: "GET /api/users/{id}"
method: GET
path: "/api/users/{id}"
tags: ["Users"]
---

# GET /api/users/{id}

`GET /api/users/{id}`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `id` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `primaryCompanyId` string, required
  - `primaryRole` string, required
  - `role` string, required
  - `companyId` string, required
  - `company` object, required
    - `id` string, required
    - `officialName` string, required
    - `name` string, required
    - `transliteratedName` string
    - `transliteratedOfficialName` string
    - `description` string
    - `country` string, required
    - `countryName` string
    - `county` string
    - `city` string
    - `zipCode` string
    - `addressLine1` string
    - `addressLine2` string
    - `phone` string
    - `website` string
    - `companySize` string
    - `companyType` string
    - `featuredImageFileId` string
    - `featuredImageFileUrl` string
    - `originalFeaturedImageFileUrl` string
    - `videoFileId` string
    - `videoFileUrl` string
    - `originalVideoFileUrl` string
    - `numOfPermanentEmployees` number
    - `numOfMaleEmployees` number
    - `numOfFemaleEmployees` number
    - `facilityProcesses` string
    - `geojson` string
    - `imageList` object[]
    - `workosOrganizationId` string
    - `higgId` string
    - `globalLocationNumber` string
    - `vatId` string
    - `dunsNumber` string
    - `commercialRegisterNumber` string
    - `osHubId` string
    - `annualProductionCapacity` number
    - `annualProductionCapacityUnit` string
    - `minimumOrderQuantity` number
    - `minimumOrderQuantityPerStyle` number
    - `standardLeadTime` number
    - `shopId` string
    - `isDemoCompany` number
    - `isClientCompany` number
    - `enabledFeatures` object[], required
      - `id` string, required
      - `name` string, required
      - `description` string, required
    - `facilityProcessNames` string, required
  - `appFeatures` unknown[], required
    - unknown
  - `preferences` object, required
  - `enabledDevelopmentTags` object[], required
    - `featureId` string, required
    - `tag` string, required
    - `name` string, required
    - `description` string, required
    - `isEnabled` number, required

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-08-12** `ac2cf3c5eae2` — 69 breaking
  - the response property `company/anyOf[subschema #1]/addressLine1` became optional for the status `200`
  - the response property `company/anyOf[subschema #1]/addressLine2` became optional for the status `200`
  - the response property `company/anyOf[subschema #1]/annualProductionCapacity` became optional for the status `200`
  - the response property `company/anyOf[subschema #1]/annualProductionCapacityUnit` became optional for the status `200`
  - …65 more
- **2026-08-11** `0d855c8aa184` — 47 breaking, 1 info
  - the `company` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `company/addressLine1` from the response with the `200` status
  - removed the required property `company/addressLine2` from the response with the `200` status
  - removed the required property `company/annualProductionCapacity` from the response with the `200` status
  - …44 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/users/:id/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/1df37791a1bb/schema)
