v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
User Groups

Get assigned 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.

get/groups/{id}/users

Response

Successful operation

Example response

{
  "groupUsers": [
    {
      "auto_dial": "2",
      "callerid_name": "",
      "callerid_number": "",
      "default_language": "",
      "email": "dfgdgff@localhost.com",
      "first_name": "",
      "id": "3",
      "is_active": "1",
      "is_clockedin": "0000-00-00 00:00:00",
      "is_deleted": "0",
      "is_predictive_clockedin": "0000-00-00 00:00:00",
      "last_name": "",
      "max_concurrent_sessions": "0",
      "max_session_time": "0",
      "member_all_skill_groups": "0",
      "member_all_tags": "0",
      "predictive_dynamic_extension": "",
      "sip_uri": "user/dfgdgff@local.td.commpeak.com",
      "timezone_id": "283",
      "twofa_type": "default",
      "use_extended_ip_acl": "1",
      "use_webrtc": "0",
      "username": "dfgdgff",
      "virtual_extension": ""
    },
    {
      "auto_dial": "0",
      "callerid_name": "testi",
      "callerid_number": "123456",
      "default_language": "",
      "email": "testForProd@tes.com",
      "first_name": "testing",
      "id": "6",
      "is_active": "1",
      "is_clockedin": "0000-00-00 00:00:00",
      "is_deleted": "0",
      "is_predictive_clockedin": "0000-00-00 00:00:00",
      "last_name": "123456",
      "max_concurrent_sessions": "0",
      "max_session_time": "0",
      "member_all_skill_groups": "0",
      "member_all_tags": "0",
      "predictive_dynamic_extension": "",
      "sip_uri": "sofia/internal/extension@pbx",
      "timezone_id": "0",
      "twofa_type": "default",
      "use_extended_ip_acl": "0",
      "use_webrtc": "0",
      "username": "testForProd",
      "virtual_extension": ""
    }
  ]
}