post https://{api-base-url}/device_management/v1/device//action/disconnect_user
This API disconnects the clients from an IAP. Disconnect user command has following option:
- all : Disconnects all clients associated with an IAP.
- mac : Allows you to disconnect a client by specifying the MAC address of the client.
- network : Allows you to disconnect the clients connected to a specific network.
Use one of the above options.
Possible error_codes for the error responses are
- 0001 - General Error.
- 0003 - Validation Error. Unsupported query combination.
- 0004 - Validation Error. Invalid value for a query parameter.