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

Hide/Mute spaces using API

vsheel
Cisco Employee
Cisco Employee

Hi everyone,
Recently with some automation tasks I am getting added to lots of spaces by bots. I looked for apis to hide or mute a space but couldn't find them in the api docs. I would like to know if anyone of the below options are supported and how to do it? My objective is to not them manually via webex app one by one, but instead have a script to do it for me.

1. Hide spaces using API
2. Mute notifications of a space using API
3. Webhook for notifying when a space is created by a bot which I am a part of
4. Create sections using API and move spaces under them

1 Accepted Solution

Janos Benyovszki
Cisco Employee
Cisco Employee

@vsheel here are the answers to your questions:

1. Hide spaces using API

For this you can use the https://developer.webex.com/docs/api/v1/memberships/update-a-membership API once you located your membershipID for that space using https://developer.webex.com/docs/api/v1/memberships/list-memberships .

2. Mute notifications of a space using API

This would be a new requirement that you can suggest here https://ciscocollabcustomer.ideas.aha.io/

3. Webhook for notifying when a space is created by a bot which I am a part of

See the memberships:created webhook here https://developer.webex.com/docs/api/guides/webhooks#filtering-webhooks . You can create one using https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook .

4. Create sections using API and move spaces under them

This would be a new requirement that you can suggest here https://ciscocollabcustomer.ideas.aha.io/

View solution in original post

1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@vsheel here are the answers to your questions:

1. Hide spaces using API

For this you can use the https://developer.webex.com/docs/api/v1/memberships/update-a-membership API once you located your membershipID for that space using https://developer.webex.com/docs/api/v1/memberships/list-memberships .

2. Mute notifications of a space using API

This would be a new requirement that you can suggest here https://ciscocollabcustomer.ideas.aha.io/

3. Webhook for notifying when a space is created by a bot which I am a part of

See the memberships:created webhook here https://developer.webex.com/docs/api/guides/webhooks#filtering-webhooks . You can create one using https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook .

4. Create sections using API and move spaces under them

This would be a new requirement that you can suggest here https://ciscocollabcustomer.ideas.aha.io/