This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Business Unit API section of the Web Services API.
Retrieve Business Units.
In this example, we retrieve the agent group named Sales.
GET /groups?subresources=*&type=BusinessUnit { "groups":[ { "names": "Sales", "contains":["users", "skills", "queues"], "type":"BusinessUnit" } ] }