GetGroup 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.
Gets information about a group account in a conference center.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role.
The isAdministrator and isOrganizer options are no longer supported for groups. There are currently no options supported for groups so the OptionList element in the reply is empty.
Examples
The following request is sent to a Live Meeting conference center to obtain information about a group whose ID is wizards.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<GetGroupRequest groupID="wizards"/>
</PlaceWareConfCenter>
The following code shows the reply from the conference center when the request is processed successfully.
<PlaceWareConfCenter>
<GetGroupReply>
<Group groupID="Administrators">
<OptionList></OptionList>
<UserList>
<U>brian</U>
<U>dbecker</U>
<U>jejohn</U>
<U>shishirs</U>
<U>shish</U>
</UserList>
</Group>
</GetGroupReply>
</PlaceWareConfCenter>