CreateGroup 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.
Creates a group account in a Live Meeting conference center.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role. You cannot create an empty group. Use ModifyGroup to empty a group.
Example
The following code shows the request sent to the conference center to create a group.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<CreateGroupRequest groupID="Marketing">
<UserList>
<U>hunt</U>
</UserList>
</CreateGroupRequest>
</PlaceWareConfCenter>
The following code shows the reply returned from the conference center when the corresponding request is processed successfully.
<PlaceWareConfCenter>
<CreateGroupReply/>
</PlaceWareConfCenter>