list_clients
Retrieve all connected clients with details on type, MAC, IP, connection time, and authorization. Identify distribution issues across access points and unauthorized guests.
Instructions
List all currently connected clients (wired, wireless, VPN, guest). Shows client type, MAC, IP, connection time, and authorization status. Use this to check client distribution across APs — if one AP has 20 clients and another has 3, there may be a roaming or placement issue. Also check for unauthorized guests that may need attention. To identify unknown clients, check: (1) MAC address — if bit 1 of the first octet is set (second hex char is 2/3/6/7/a/b/e/f), the MAC is randomized (modern phone/laptop/tablet); if not, the first 3 octets are an OUI identifying the manufacturer. (2) IP address — cross-reference with list_networks to determine which VLAN/network the client is on. (3) Connection type — WIRED clients are typically infrastructure (servers, smart hubs, media devices); WIRELESS with randomized MAC are personal devices. (4) Name — a descriptive hostname means the device announced itself via DHCP; a raw MAC address means the device didn't announce a name and needs an alias.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | UniFi filter expression. Examples: type.eq('WIRELESS'), access.authorized.eq(false) | |
| limit | No | Max results per page (default 200) |