ListUsersReply 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 all users in the conference center.
Syntax
<ListUsersReply>
<U>...</U>
...
</ListUsersReply>
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
Each U child element contains the user ID of a user in the conference center. The ordering of user IDs is not specified.
When the request cannot be processed, a Fault element is returned.
Example
<PlaceWareConfCenter>
<ListUsersReply>
<U>alice</U>
<U>stephen</U>
<U>phil</U>
<U>jack</U>
<U>terri</U>
<U>dave</U>
<U>joan</U>
<U>patty</U>
<U>kriste</U>
<U>mary</U>
<U>jean</U>
<U>lori</U>
<U>cathy</U>
<U>gloria</U>
<U>francis</U>
</ListUsersReply>
</PlaceWareConfCenter>