ListUsers 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 user accounts on a conference center.

Components

Component Type

XML Element

Request

ListUsersRequest

Reply

ListUsersReply

Remarks

A caller must be a member of the Administrator role.

Examples

The following code shows a request sent to a conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <ListUsersRequest/>
</PlaceWareConfCenter>

The following shows a reply returned from the conference center.

<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>

See Also

Concepts

ListUsersRequest Element

ListUsersReply Element