---
title: "Returns user details by username"
method: GET
path: "/v1/Users/{username}"
tags: ["Users"]
---

# Returns user details by username

`GET /v1/Users/{username}`

## Path parameters

- `username` string, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- UserDetailsResponse
  - `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
  - `ioid` string, nullable
  - `vendor` string, nullable
  - `roles` string[], nullable
  - `properties` object, nullable
  - `definedProperties` object, nullable

## 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)
