Hello,
Using api, I need to know which clients (mac/ip/identifier) are connected to which SSID.
From the API docs there is an option to get clients
api/v0/devices/[Device_ID/clients
and SSIDs
api/v0/networks/[Network_ID]/ssids
In both of them you cannot relate between a client and an SSID of which is connected to. (clients don't have ssid field, ssids dont have clients list).
Is there a way using the official API to get clients on SSID information?
Thanks in advance