ListGroupsReply Element
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.
Contains a list of group accounts for the conference center.
Syntax
<ListGroupsReply>
...
</ListGroupsReply>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Parent Element
Element |
Occurrence |
---|---|
1 |
Child Element
Element |
Occurrence |
---|---|
0 or more |
Remarks
This element can have zero or more GroupID elements as its child elements. Each child element contains the ID of a group in the conference center. The ordering of group IDs is not specified.
If the request cannot be processed, a Fault element is returned.
Example
<PlaceWareConfCenter>
<ListGroupsReply>
<GroupID>marketing</GroupID>
<GroupID>sales</GroupID>
<GroupID>service</GroupID>
<GroupID>support</GroupID>
</ListGroupsReply>
</PlaceWareConfCenter>