---
title: "Returns user info of a current user (authenticated)"
method: GET
path: "/v1/Users/info"
tags: ["Users"]
---

# Returns user info of a current user (authenticated)

`GET /v1/Users/info`

## Query parameters

- `Account` unknown

## Response `200`

Success

- UserInfoResponse
  - `id` integer
  - `username` string, nullable
  - `accountId` integer
  - `profileId` integer
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `fullName` string, nullable
  - `profileName` string, nullable
  - `identityId` string, nullable
  - `nfcid` string, nullable
  - `pin` string, nullable
  - `simpleUser` boolean
  - `isDashboardEnabled` boolean
  - `email` string, nullable
  - `emailConfirmed` boolean
  - `mfaEnabled` boolean
  - `accounts` UserProfileAccountResponse[], nullable
    - `id` integer
    - `accountCode` string, nullable
    - `accountName` string, nullable
    - `filteredItems` boolean
    - `isTenantPrimary` boolean
    - `isUserPrimary` boolean
    - `mfaEnabled` boolean
    - `tenantId` string, uuid, nullable
    - `integrationEnabled` boolean
    - `default` boolean
  - `services` UserServiceSubscriptions[], nullable
    - `serviceCode` string, nullable
    - `serviceId` string, uuid
    - `subscriptionId` string, uuid
  - `modules` UserModuleListItem[], nullable
    - `module` string, nullable
    - `permissions` string[], nullable
  - `roles` string[], nullable
  - `features` FeatureResponse[], nullable
    - `featureId` string, uuid
    - `featureName` string, nullable
    - `description` string, nullable
  - `tenantId` string, uuid

## 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/revisions/0e4626e69155/schema)
