03-08-2025 04:41 AM
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
Solved! Go to Solution.
03-11-2025 05:51 AM
@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/
03-11-2025 05:51 AM
@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/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide