getting known user names from API get-network-client

shadley
New here

getting known user names from API get-network-client

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.

 
/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"
}

 

0 REPLIES 0
Get notified when there are additional replies to this discussion.