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.
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 these docs 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.
Im essentially looking for a POST https://test.ise.our-website:9060/ise/vpn/session/endsession?samaccountname=bob . Obviously that endpoint is not real, but that is essentially what I need.
Any help would be appreciated.