Updating a channel
To update a channel, use SetAttributes to change the channel’s name and other properties. In SetPermissions, update the roles or users who can access this channel and the privileges of each role or user to the channel. Identify the channel to update using a name, an ID, or a list of names or IDs.
<SOAP-ENV:Body>
<Administrate>
<AdminOperation>
<UpdateChannel>
<UpdateChannelOperationGroup>
<UpdateChannelOperation>
<SetAttributes>
<Name>Regional Sales</Name>
</SetAttributes>
<SetPermissions>
<Permission>
<RoleName>Headquarters Staff - Accounting
</RoleName>
<AccessRight>R</AccessRight>
</Permission>
<Permission>
<RoleName>Regional Managers</RoleName>
<AccessRight>RW</AccessRight>
</Permission>
</SetPermissions>
<IdList>
<String>2</String>
<String>286</String>
<String>341</String>
</UpdateChannelOperation>
</UpdateChannelOperationGroup>
</IdList>
<IgnoreDup>false</IgnoreDup>
</UpdateChannel>
</Administrate>
</SOAP-ENV:Body>