ListGroups Message
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Enumerates all group accounts in a conference center.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role.
Examples
This example shows how to enumerate group accounts in a conference center.
The following code shows a request sent to the conference center.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<ListGroupsRequest/>
</PlaceWareConfCenter>
The following shows a reply returned from the conference center.
<PlaceWareConfCenter>
<ListGroupsReply>
<GroupID>marketing</GroupID>
<GroupID>sales</GroupID>
<GroupID>service</GroupID>
<GroupID>support</GroupID>
</ListGroupsReply>
</PlaceWareConfCenter>