zid_search_groups
Search ZIdentity groups by name with case-insensitive partial matching. Returns curated group summaries for read-only access.
Instructions
Search ZIdentity groups by name (case-insensitive partial match). Read-only.
Returns curated group summaries. An empty result means no group name contains this string — do not retry with split keywords or no filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No | ||
| query | No | Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. | |
| offset | No |