get_visitor
get_visitor
Section titled “get_visitor”Fetch one visitor pass’s full record by ID.
Side effects: None (read-only).
Same shape as one entry from list_visitors plus any per-pass
purpose / notes.
Example
Section titled “Example”get_visitor(visitor_id="vis...", controller="default")Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
visitor_id | string | yes | — | Visitor id from list_visitors. |
controller | string | no | ”default” | Name of the UniFi controller to target. |