I am writing a python script where you can pass it the site name and last 4 of client mac to find the RSSI of the client and the AP they are currently connected to. However, I can't seem to figure out how to get a response from the api containing the MAC address of all the connected clients so i can do a lookup against it. Does anyone know of a good way to query the Prime API to get back a list of currently connected clients? trying to do this in as few api calls as possible. Thanks!