---
title: "Get user"
method: GET
path: "/users/{id}"
tags: ["User"]
---

# Get user

`GET /users/{id}`

### Get User Details

This endpoint retrieves the details of a specific user based on the provided user ID.

#### Response

The response will contain an array of user objects, with each object including the following properties:

- `id` (string): The unique identifier of the user.
    
- `username` (string): The username of the user.
    
- `email` (string): The email address of the user.
    
- `registration_password` (string): The registration password of the user.
    
- `is_active` (string): Indicates whether the user is active.
    
- `is_clockedin` (string): Indicates whether the user is clocked in.
    
- `sip_uri` (string): The SIP URI of the user.
    
- `auto_dial` (string): Indicates the auto-dial status of the user.
    
- `is_deleted` (string): Indicates whether the user is deleted.
    
- `use_extended_ip_acl` (string): Indicates the usage of extended IP ACL.
    
- `timezone_id` (string): The timezone ID of the user.
    
- `use_webrtc` (string): Indicates the usage of WebRTC.
    
- `first_name` (string): The first name of the user.
    
- `last_name` (string): The last name of the user.
    
- `virtual_extension` (string): The virtual extension of the user.
    
- `default_language` (string): The default language of the user.
    
- `max_session_time` (string): The maximum session time allowed for the user.
    
- `max_concurrent_sessions` (string): The maximum concurrent sessions allowed for the user.
    
- `twofa_type` (string): The two-factor authentication type of the user.
    
- `member_all_desks` (string): Indicates whether the user is a member of all desks.
    
- `desks` (array): An array of desks associated with the user.
    
- `roles` (object): An object containing the roles assigned to the user.
    
- `groups` (array): An array of groups associated with the user.

## Response `200`

Successful operation

- object
  - `users` object[]
    - `auto_dial` string
    - `default_language` unknown
    - `desks` object
      - `1` string
      - `2` string
    - `email` unknown
    - `first_name` string
    - `id` string
    - `is_active` string
    - `is_deleted` string
    - `last_name` string
    - `max_concurrent_sessions` string
    - `max_session_time` string
    - `member_all_desks` string
    - `registration_password` string
    - `roles` object
      - `1` string
    - `sip_option` string
    - `sip_uri` unknown
    - `timezone_id` unknown
    - `twofa_type` string
    - `use_extended_ip_acl` string
    - `use_webrtc` string
    - `username` string
    - `virtual_extension` string

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
