GetGroupReply 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.
Returns a list of users belonging to the specified group.
Syntax
<GetGroupReply>
<Group>...</Group>
</GetGroupReply>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Parent Element
Element |
Occurrences |
---|---|
1 |
Child Element
Element |
Occurrences |
---|---|
1 |
Remarks
When the request is processed successfully, the GetGroupReply element contains one Group element as its child element that corresponds to the requested group.
Example
<PlaceWareConfCenter>
<GetGroupReply>
<Group groupID="Administrators">
<OptionList></OptionList>
<UserList>
<U>David</U>
<U>Jeff</U>
<U>Simon</U>
<U>Mary</U>
<U>Pablo</U>
<U>Andrew</U>
</UserList>
</Group>
</GetGroupReply>
</PlaceWareConfCenter>