Question
REST API Deauth a particular user
I can list all of the authenticated users to my vdom using https://10.40.100.1/api/v2/monitor/user/firewall/?vdom=Students, and I can deauth all of them using
https://10.40.100.1/api/v.../deauth/?vdom=Students
However, how do I deauth only one particular user? Is this possible via the API?
