---
title: "Get the authenticated user's own profile"
method: GET
path: "/api/users/me"
tags: ["Profile"]
---

# Get the authenticated user's own profile

`GET /api/users/me`

## Response `200`

Default Response

- object
  - `id` string, required
  - `firstName` string, nullable, required
  - `lastName` string, nullable, required
  - `email` string, nullable, required
  - `primaryCompanyId` string, nullable, required
  - `roleKeys` string[]
  - `companyId` string, nullable, required
  - `company` object, nullable, required
    - `id` string, required
    - `officialName` string, required
    - `name` string, required
    - `transliteratedName` string, nullable
    - `transliteratedOfficialName` string, nullable
    - `description` string, nullable
    - `country` string, required
    - `countryName` string, nullable
    - `county` string, nullable
    - `city` string, nullable
    - `zipCode` string, nullable
    - `addressLine1` string, nullable
    - `addressLine2` string, nullable
    - `phone` string, nullable
    - `website` string, nullable
    - `companySize` string, nullable
    - `companyType` string, nullable
    - `featuredImageFileId` string, nullable
    - `featuredImageFileUrl` string, nullable
    - `originalFeaturedImageFileUrl` string, nullable
    - `videoFileId` string, nullable
    - `videoFileUrl` string, nullable
    - `originalVideoFileUrl` string, nullable
    - `numOfPermanentEmployees` number, nullable
    - `numOfMaleEmployees` number, nullable
    - `numOfFemaleEmployees` number, nullable
    - `facilityProcesses` string, nullable
    - `geojson` string, nullable
    - `imageList` object[], nullable
    - `workosOrganizationId` string, nullable
    - `higgId` string, nullable
    - `globalLocationNumber` string, nullable
    - `vatId` string, nullable
    - `dunsNumber` string, nullable
    - `commercialRegisterNumber` string, nullable
    - `osHubId` string, nullable
    - `annualProductionCapacity` number, nullable
    - `annualProductionCapacityUnit` string, nullable
    - `minimumOrderQuantity` number, nullable
    - `minimumOrderQuantityPerStyle` number, nullable
    - `standardLeadTime` number, nullable
    - `shopId` string, nullable
    - `isDemoCompany` number, nullable
    - `isClientCompany` number, nullable
    - `enabledFeatures` object[], required
      - `id` string, required
      - `name` string, required
      - `description` string, nullable, 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, nullable, required
    - `isEnabled` number, required
  - `unImpersonatedUser` object, nullable, required
    - `id` string
    - `email` string
    - `isRetracedStaff` boolean
  - `isRetracedStaff` boolean, required
  - `isRetracedAdmin` boolean, required
  - `isActingInOwnTenant` boolean, required

## Changes

> 49 revisions in range; 1 not diffed.

- **2026-09-17** `b45b2427a621` — 2 breaking
  - removed the required property `role` from the response with the `200` status
  - removed the required property `roleName` from the response with the `200` status
- **2026-09-15** `5605195a7af2` — 1 breaking, 1 info
  - removed the required property `primaryRole` from the response with the `200` status
  - added the optional property `roleKeys` to the response with the `200` status
- **2026-09-13** `8049f7c86213` — 5 info
  - added the optional property `unImpersonatedUser/isRetracedStaff` to the response with the `200` status
  - added the required property `isActingInOwnTenant` to the response with the `200` status
  - added the required property `isRetracedAdmin` to the response with the `200` status
  - added the required property `isRetracedStaff` to the response with the `200` status
  - …1 more
- **2026-08-31** `97e51f27dc77` — 12 breaking, 58 info
  - the response property `company` became nullable for the status `200`
  - the response property `companyId` became nullable for the status `200`
  - the response property `email` became nullable for the status `200`
  - the response property `enabledDevelopmentTags/items/description` became nullable for the status `200`
  - …66 more
- **2026-08-15** `0a6ddb3264e6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/users/me/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.dev/retraced/apis/api-reference/revisions/940ef021e2d5?raw)
