User Groups
Get priority groups
Use the Get priority groups method if you want retrieve the list of priority groups created in the dialer.
get/priority-groups
Response
Successful operation
Example response
{
"priorityGroups": [
{
"id": "1",
"name": "[System] All Skill Groups"
},
{
"id": "2",
"name": "Test"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.