zid_get_group_users_by_name
Resolve a ZIdentity group by partial name and list its members. Returns lean user summaries for the first matching group.
Instructions
List the users in a ZIdentity group resolved by group name. Read-only.
Resolves the group by case-insensitive partial name first, then returns the lean user summaries for the first matching group's members.
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 |