ModifyGroup 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.
Adds user accounts to a group and removes user accounts from a group.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role.
This message can be used to change the GroupID value by specifying the StringOptiongroupID in the OptionList to change the groupID.
Example
This example shows how to:
Remove a user from a group.
Add a user to a group.
The following shows a request sent to a conference center.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<ModifyGroupRequest groupID="marketing">
<RemoveUsers>
<U>donh</U>
</RemoveUsers>
<AddUsers>
<U>bills</U>
</AddUsers>
</ModifyGroupRequest>
</PlaceWareConfCenter>
The following shows a successful reply returned from the conference center.
<PlaceWareConfCenter>
<ModifyGroupReply/>
</PlaceWareConfCenter>