get_zia_user_groups
Retrieve ZIA user groups by ID or name, or list all groups with filtering and sorting options.
Instructions
Read ZIA user groups: fetch by ID, find by name, or list (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | 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. | |
| search | No | ||
| sort_by | No | ||
| group_id | No | ||
| page_size | No | ||
| defined_by | No | ||
| sort_order | No |