cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1638
Views
5
Helpful
4
Replies

moderate space after moderator left CIsco

agushchi
Level 1
Level 1

There is a webex space. It was moderated by a person who now left Cisco. As a result, now there is only a Cisco bot moderator for this space (Eurl). And it is not possible to add more people to the space.

4 Replies 4

Vaijanath Sonvane
VIP Alumni
VIP Alumni

Thanks @dtibbe. The additional compliance officer role worked for me.

@agushchi, Here is the procedure I followed:

1. Assign Full Admin and Compliance Officer role to the end user.

2. Use APIs to find the list of rooms he is assigned to:

https://developer.webex.com/docs/api/v1/rooms

3. Note down the room ID found in Step-2 response. 

4. Use API to find the membership ID of the user

https://developer.webex.com/docs/api/v1/memberships/list-memberships

  • Input roomID in this API call.

5. Use API to Update membership ID to assign moderator role. 

https://developer.webex.com/docs/api/v1/memberships/update-a-membership

  • Input membership ID in this API call
  • Enable Moderator role. 

 

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Vaijanath S.

Vaijanath Sonvane
VIP Alumni
VIP Alumni

Hi @dtibbe,

Have you tried what you mentioned in URL. I tried in my lab with below two scenarios and it didn't work:

1. As a Org full admin, I am unable to see to which room ID that users belongs to. I can only see the room IDs that I below to but not others. Until and unless I know the room ID I won't be able to find the membership ID. To overcome this, I asked user to provide room membership ID (by using his credential and running API commands). When I used that membership ID to update or get more details about membership , I am getting an error "failed to get membership details".

2. As a end user, he/she can not update themself as moderator using API or Webex App. I made the end user as Full Admin and tried to make moderator of that room but it didn't work. Got the message as 403 Forbidden / User is not moderator.

 

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Vaijanath S.

I did that some time ago and it was working fine.. Unfortunately, I do not have longer access to the org, so I cannot verify anymore. I was full org admin and also compliance officer, maybe that one is also required.

Otherwise if you try to continue that path, maybe it's worth posting that questing in the developer community?

dtibbe
VIP
VIP

If you're an org admin, you may use the API (https://developer.webex.com/docs/api/v1/memberships/create-a-membership) to add a new space member which is also moderator for that space.

Getting Started

Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.