I am able to successfully use the API to query all of our networks for clients, but am unable to ever see client user names despite the fact the user names show in the dashboard. Have no idea where to match user names with the API results and am looking for some direction. https://developer.cisco.com/meraki/api-v1/#!get-network-client /networks/{networkId}/clients/{clientId} example response: { "id": "k74272e", "description": "Miles's phone", "mac": "22:33:44:55:66:77", "ip": "1.2.3.4", "user": "null" }
... View more