list_clients_by_organization
List stable client identities that match a single local tag or group. Supply exactly one of tag or group to get matching client MACs; list_client_groups shows available group names.
Instructions
List stable client identities for exactly one local tag or group.
Read-only operation: returns the persisted client keys (MACs) that match a single tag or group filter (local_only). Exactly one of tag or group must be supplied; supplying neither or both is an error. Use list_client_groups to discover group names.
Args: tag: Optional local tag to filter clients by; mutually exclusive with group. group: Optional local group name to filter clients by; mutually exclusive with tag. 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 |
|---|---|---|---|
| tag | No | Optional local tag to filter clients by; mutually exclusive with group. | |
| site | No | Site to operate on. Defaults to "default". | default |
| group | No | Optional local group name to filter clients by; mutually exclusive with tag. | |
| device | No | Optional device name to target a specific console; omit for default. |