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

# Get assigned users

`GET /groups/{id}/users`

Use the Get assigned users API endpoint if you want to get the list of users that are assigned to a specific user group. You should the user group id as a variable in the request.

## Response `200`

Successful operation

- object
  - `groupUsers` object[]
    - `auto_dial` string
    - `callerid_name` string
    - `callerid_number` string
    - `default_language` string
    - `email` string
    - `first_name` string
    - `id` string
    - `is_active` string
    - `is_clockedin` string
    - `is_deleted` string
    - `is_predictive_clockedin` string
    - `last_name` string
    - `max_concurrent_sessions` string
    - `max_session_time` string
    - `member_all_skill_groups` string
    - `member_all_tags` string
    - `predictive_dynamic_extension` string
    - `sip_uri` string
    - `timezone_id` string
    - `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)
