---
title: "Returns the detailed info of an account"
method: GET
path: "/v1/Accounts/me"
tags: ["Accounts"]
---

# Returns the detailed info of an account

`GET /v1/Accounts/me`

## Query parameters

- `Account` unknown

## Response `200`

Success

- AccountDetailsResponse
  - `id` integer
  - `accountCode` string, nullable
  - `accountName` string, nullable
  - `filteredItems` boolean
  - `isTenantPrimary` boolean
  - `isUserPrimary` boolean
  - `mfaEnabled` boolean
  - `tenantId` string, uuid, nullable
  - `integrationEnabled` boolean
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time, nullable
  - `addresses` AccountAddress[], nullable
    - `type` 0 | 1 | 99
    - `addressLine` string, nullable
    - `addressLine2` string, nullable
    - `addressLine3` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zipCode` string, nullable
    - `country` string, nullable
  - `relatedProfiles` UserProfileResponse[], nullable
    - `id` integer
    - `name` string, nullable
    - `accountId` integer, nullable
    - `accountName` string, nullable
    - `mfaEnabled` boolean
  - `accountSettings` LinkedAccountSettingsDataResponse
    - `id` integer
    - `tenantId` string, uuid, nullable
    - `accountId` integer, nullable
    - `accountName` string, nullable
    - `userId` integer, nullable
    - `type` 0 | 1
    - `externalUserId` integer, nullable
    - `externalAccountId` integer, nullable
    - `externalAccountName` string, nullable
    - `locations` LinkedLocationsMap[], nullable
      - `id` integer
      - `locationId` integer, nullable
      - `locationName` string, nullable
      - `externalLocationId` integer, nullable
      - `externalLocationName` string, nullable
    - `operations` LinkedOperationsMap[], nullable
      - `id` integer
      - `genericOperationType` string, nullable
      - `operationId` integer, nullable
      - `externalOperationId` integer, nullable
  - `locations` AccountLocationResponse[], nullable
    - `locationId` integer
    - `relType` integer
  - `orderNotificationsEnabled` boolean
  - `orderNotificationReceivers` string[], nullable
  - `attachmentStatuses` OrderStatus[], nullable
  - `attachmentFormat` 0 | 1

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
