Jump to: navigation, search

Retrieve Business Units list

Overview

This operation is part of the Business Unit API section of the Web Services API.

Retrieve Business Units.

Example

In this example, we retrieve the agent group named Sales.

GET /groups?subresources=*&type=BusinessUnit
{
    "groups":[
           {
               "names": "Sales",
               "contains":["users", "skills", "queues"],
               "type":"BusinessUnit"
           }
     ]
}
This page was last edited on January 22, 2016, at 19:57.
Comments or questions about this documentation? Contact us for support!