<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webex User account Bulk deletion in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324191#M4516</link>
    <description>Thanks - I'm submitting it now. I'm impressed this was "seen"!!&lt;BR /&gt;I worked in it for over 30 years, and I've always had the perception of what is the best solution for supporting the customer. In my case the customer has always been coworkers, staff, faculty, and students.&lt;BR /&gt;I just posted an update on the voting page. I didn't know it existed, but I would bet the majority of Webex administrators (world-wide) would endorse this!&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Aug 2025 20:27:39 GMT</pubDate>
    <dc:creator>Kevin-Buchanan</dc:creator>
    <dc:date>2025-08-25T20:27:39Z</dc:date>
    <item>
      <title>Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5069561#M2968</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Is there is any way to delete bulk Inactive user account from Webex control hub.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:08:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5069561#M2968</guid>
      <dc:creator>ranjankumar-thakur</dc:creator>
      <dc:date>2024-04-15T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5070963#M2972</link>
      <description>&lt;P&gt;Do you mean you want to do this on Control hub? Or are you looking to do this through API?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We can only help from API side, and the only way to achieve this is to write your own script to leverage the&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/scim2-user" target="_blank"&gt;https://developer.webex.com/docs/api/v1/scim2-user&lt;/A&gt;&amp;nbsp;API. There is an "active" field that returns false when the user is deactivated on Control hub. You could iterate through all your org's users to find users who aren't active and delete them. You'd have to send the delete API request on loop for each user though, there isn't any API that bulk deletes users.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 14:57:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5070963#M2972</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-04-16T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5070978#M2973</link>
      <description>Classification: Confidential&lt;BR /&gt;Hi Support Team ,&lt;BR /&gt;We want to do this on Control Hub .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ranjan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Apr 2024 15:16:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5070978#M2973</guid>
      <dc:creator>ranjankumar-thakur</dc:creator>
      <dc:date>2024-04-16T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5070985#M2974</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1537072"&gt;@ranjankumar-thakur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no way to perform bulk deletion of users from the Control hub.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 15:25:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5070985#M2974</guid>
      <dc:creator>Shalid Kurunnan Chalil</dc:creator>
      <dc:date>2024-04-16T15:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324096#M4512</link>
      <description>&lt;P&gt;It would be "&lt;EM&gt;best&lt;/EM&gt;" if Cisco listened to their customers and provided this type of functionality via Control Hub, instead of the unrealistic expectation that their customers provide the API programming!&amp;nbsp; &amp;nbsp;This specific request is a component of user-management, and even though they have the capability (via API), they don't provide us with the tool and capability.&amp;nbsp; &amp;nbsp;I spoke with a Cisco Engineer, and the rationale was effectively based on risks.&amp;nbsp; &amp;nbsp;Well - that isn't acceptable; they should address the risk via Control Hub - maybe granting that type of operational functionality to specific admin users.&lt;BR /&gt;&lt;BR /&gt;But yeah - their only solution is to "do it yourself".&amp;nbsp; &amp;nbsp;That is inappropriate and great of example of ignoring the customer.&amp;nbsp; &amp;nbsp;They allow us to do a bulk creation - but not a bulk deletion or inactivation.&amp;nbsp; &amp;nbsp;Does anyone else see their lack of providing proper user-management tool in Control Hub?&amp;nbsp; &amp;nbsp;Instead, they just say to "do it yourself with our API tool".&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 15:36:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324096#M4512</guid>
      <dc:creator>Kevin-Buchanan</dc:creator>
      <dc:date>2025-08-25T15:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324166#M4513</link>
      <description>&lt;P&gt;Hi Kevin,&amp;nbsp;&lt;BR /&gt;There is an open feature request for this that we'd recommend up voting.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-15919" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-15919&lt;/A&gt;&lt;BR /&gt;It's currently marked as future consideration but I don't see anything internally where it's in process. Adding more votes to that may help with increasing priority since that's what the product teams use to gauge interest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 19:20:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324166#M4513</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2025-08-25T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324191#M4516</link>
      <description>Thanks - I'm submitting it now. I'm impressed this was "seen"!!&lt;BR /&gt;I worked in it for over 30 years, and I've always had the perception of what is the best solution for supporting the customer. In my case the customer has always been coworkers, staff, faculty, and students.&lt;BR /&gt;I just posted an update on the voting page. I didn't know it existed, but I would bet the majority of Webex administrators (world-wide) would endorse this!&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2025 20:27:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5324191#M4516</guid>
      <dc:creator>Kevin-Buchanan</dc:creator>
      <dc:date>2025-08-25T20:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5335543#M4567</link>
      <description>&lt;P&gt;the link is broken&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 19:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5335543#M4567</guid>
      <dc:creator>RandleRivers25944</dc:creator>
      <dc:date>2025-10-02T19:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Webex User account Bulk deletion</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5335633#M4568</link>
      <description>&lt;P&gt;Here is the working link:&amp;nbsp;&lt;A href="https://developer.webex.com/admin/docs/api/v1/scim-2-users," target="_blank"&gt;https://developer.webex.com/admin/docs/api/v1/scim-2-users,&lt;/A&gt;&amp;nbsp;we've updated our developer portal so links have changed.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 09:03:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-user-account-bulk-deletion/m-p/5335633#M4568</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2025-10-03T09:03:22Z</dc:date>
    </item>
  </channel>
</rss>

