cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1348
Views
0
Helpful
1
Replies

How To Remove webex meeting Type and Audio account from a user's account using Webex Apis

sethi.shivam27
Level 1
Level 1

Hi Team ,

I am trying to remove  Webex  Meeting Type  and Audio Account Type from user's profile  using webex apis .

but i didn't find any api that helps me to do that.

I am able to add meeting type and account

but unable to develop the revert functionality.

i didn't find any api related to that in Doc.

Please help me regarding this .

Regards

Sethi Shivam

1 Reply 1

nmorrow
Cisco Employee
Cisco Employee

Hello,

     The meetingTypes list that you provide in your SetUser request will overwrite whatever is there, so a null set will remove all types; <meetingTypes><meetingType/></meetingTypes>.

     For audio, If you wish to remove a personal teleconference account, you would simply add <delete>TRUE</delete> to the audio account details as below;

<personalTeleconf>

     <account>

          <accountIndex>1</accountIndex>

          <delete>TRUE</delete>

     </account>

</personalTeleconf>

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: