<?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 Terminate a VPN Session using Cisco Identity Services Engine API v1 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/terminate-a-vpn-session-using-cisco-identity-services-engine-api/m-p/5258072#M594829</link>
    <description>&lt;P&gt;Hello, we have a web app used by our service desk to disable a compromised account, for example when a user clicks a phishing link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been tasked with making this web app also "kick the user from the VPN". I am not a Cisco expert but they throw &lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/endpoint/" target="_self"&gt;these docs&lt;/A&gt; at me and gave me a Username and API Key and I have been able to use Postman to make API calls successfully but I do not know what to call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im essentially looking for a POST &lt;A href="https://test.ise.our-website:9060/ise/vpn/session/endsession?samaccountname=bob" target="_blank"&gt;https://test.ise.our-website:9060/ise/vpn/session/endsession?samaccountname=bob&lt;/A&gt;&amp;nbsp;. Obviously that endpoint is not real, but that is essentially what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 16:52:08 GMT</pubDate>
    <dc:creator>CiscoNewb001</dc:creator>
    <dc:date>2025-02-07T16:52:08Z</dc:date>
    <item>
      <title>Terminate a VPN Session using Cisco Identity Services Engine API v1</title>
      <link>https://community.cisco.com/t5/network-access-control/terminate-a-vpn-session-using-cisco-identity-services-engine-api/m-p/5258072#M594829</link>
      <description>&lt;P&gt;Hello, we have a web app used by our service desk to disable a compromised account, for example when a user clicks a phishing link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been tasked with making this web app also "kick the user from the VPN". I am not a Cisco expert but they throw &lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/endpoint/" target="_self"&gt;these docs&lt;/A&gt; at me and gave me a Username and API Key and I have been able to use Postman to make API calls successfully but I do not know what to call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im essentially looking for a POST &lt;A href="https://test.ise.our-website:9060/ise/vpn/session/endsession?samaccountname=bob" target="_blank"&gt;https://test.ise.our-website:9060/ise/vpn/session/endsession?samaccountname=bob&lt;/A&gt;&amp;nbsp;. Obviously that endpoint is not real, but that is essentially what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 16:52:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/terminate-a-vpn-session-using-cisco-identity-services-engine-api/m-p/5258072#M594829</guid>
      <dc:creator>CiscoNewb001</dc:creator>
      <dc:date>2025-02-07T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Terminate a VPN Session using Cisco Identity Services Engine API v</title>
      <link>https://community.cisco.com/t5/network-access-control/terminate-a-vpn-session-using-cisco-identity-services-engine-api/m-p/5258091#M594830</link>
      <description>&lt;P&gt;Have a look at this section&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/get-user-by-id/" target="_blank" rel="noopener"&gt;https://developer.cisco.com/docs/identity-services-engine/latest/get-user-by-id/ &lt;/A&gt;it shows how to get users, and then delete users. You can see the API endpoint and the details you need in these simple examples.&lt;/P&gt;
&lt;P&gt;It looks to be a GET to list the users and then delete to this URI with the user id.&lt;/P&gt;
&lt;PRE&gt;https://&amp;lt;ise-ip-address&amp;gt;:9060/ers/config/internaluser/&amp;lt;user-id&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Doc link is here&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/internaluser/" target="_blank"&gt;https://developer.cisco.com/docs/identity-services-engine/latest/internaluser/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 18:26:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/terminate-a-vpn-session-using-cisco-identity-services-engine-api/m-p/5258091#M594830</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-02-07T18:26:40Z</dc:date>
    </item>
  </channel>
</rss>

