get_client_organization
Retrieve local tags and group membership for a known client by MAC, IP, hostname, or alias. Read-only operation that returns the client's persisted organization record.
Instructions
Get durable local tags and group membership for one known client.
Read-only operation: resolves the client by identity, then returns its persisted local organization record (tags and group membership). This data is local to the server (local_only) and does not mutate the controller. Use set_client_tags or assign_client_group to change it.
Args: identity: Client MAC, IP, hostname, or alias to resolve to a known client. 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. | |
| identity | Yes | Client MAC, IP, hostname, or alias to resolve to a known client. |