This page was last edited on October 31, 2023, at 13:26.
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" } ] }