list_all_clients
Retrieve a complete list of all known clients, both connected and offline, on a UniFi site. Use it to audit full device history, including devices not currently active.
Instructions
List every known client (connected and offline) on a site.
Read-only operation: includes clients not currently connected, so it is the superset of list_clients. Use get_client_details for deep per-client detail or list_clients when you only need active connections.
Args: site: Site to operate on. Defaults to "default". device: Optional device name to target a specific console; omit for default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site to operate on. Defaults to "default". | default |
| device | No | Optional device name to target a specific console; omit for default. |