v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
User Groups

Get all groups

The Get all groups API endpoint retrieves the list of the existing user groups in the dialer.

get/groups

Response

Successful operation

Example response

{
  "groups": [
    {
      "id": "5",
      "name": "[clone of] TestGroup"
    },
    {
      "id": "6",
      "name": "[clone of] TestGroup1"
    },
    {
      "id": "14",
      "name": "123123"
    }
  ]
}