UniFi: Get Client
unifi_get_clientRetrieve complete session details for a connected UniFi client by its ID, including uplink device and guest access state.
Instructions
Get the full detail of one connected client by its id from unifi_list_clients. Returns everything the console knows about that session, including its uplink device and guest-access state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Which site to act on. Accepts the site UUID, its `internalReference` (the legacy 8-character name, usually "default") or its display name ("Default") — all three are resolved for you, so a guess costs nothing. Defaults to UNIFI_SITE, or to the only site when this console has just one. `unifi_list_sites` shows all three for every site. | |
| clientId | Yes | The client's `id` from `unifi_list_clients` — a UUID, NOT its MAC address. Client ids change when a client reconnects, so list first rather than reusing an old one. |