---
title: "Get single user"
method: GET
path: "/v1/users/{id}"
tags: ["Account management"]
---

# Get single user

`GET /v1/users/{id}`

## Path parameters

- `id` string, required — Unique identifier of the resource - {id}

## Response `200`

OK

- UserResponseWrapperDto
  - `data` object
    - `id` string, uuid — Unique identifier of the user
    - `account_id` string, uuid — The unique identifier of the parent account associated with the user within the system
    - `username` string — A unique identifier chosen by the user for authentication and identification purposes within the system
    - `full_name` string — The complete name of the user, typically including both the first name and last name or any additional middle names or titles
    - `phone_number` string — The contact telephone number associated with the user
    - `timezone` string — The timezone of the user
    - `role` 'USER' | 'MEMBER' | 'ADMIN' — The role or level of access assigned to the user within the system. This field determines the permissions, privileges, and responsibilities associated with the user's account
    - `status` 'NEW' | 'EMAIL_VERIFIED' | 'PHONE_VERIFIED' | 'BLOCKED' — The current status of the user account within the system
    - `position` 'ADMIN' | 'DEVELOPMENT' | 'MARKETING' | 'IT_AND_OPERATIONS' | 'CUSTOMER_SUPPORT' | 'BILLING' | 'HR' | 'OTHER' — The user's position or job title within the organizational structure
    - `permissions` object
    - `google_id` string — Represents the unique identifier associated with the user's Google account
    - `two_fa_enabled` boolean — Indicates whether two-factor authentication (2FA) is enabled for the user's account
    - `user_country` string — Represents the country associated with the user's account or profile within the system
    - `create_date` string, date-time — Creation date of the user in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `update_date` string, date-time — Update date of the user in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `links` object
      - `self` string — URL of the requested resource
      - `account` string — URL of the account

## Other responses

- `404` — **Not Found:** Code Message 1103 User not found

---

[API](https://skmtc.net/dexatel/apis/verify-apis.md) · [All operations](https://skmtc.net/dexatel/apis/verify-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dexatel/verify-apis/revisions/a924257f431d/schema)
