02-13-2024 01:07 PM
I have a PPSK SSID using key-based PCG. The SSID is configured to limit the number of clients that can be connected using the same PPSK (max 10). First, I assume clients ad progressively bind to the PPSK (User) as the user connects them, so when the user reaches the threshold cannot connect any additional client, unless a past client is unbind (and it seems to be an API for that /clients/byMac/{clientMac}).
Is there a way to retrive the list of clients (MAC address, name, etc...) that have been used by the user and bind to its PSK?
/clients/active endpoint allows to get the clients of a specific user currently active but not the past ones.
02-28-2024 12:55 AM
Also interested in this