zid_get_group_users
Retrieve all users in a ZIdentity group by group ID. Returns user summaries with id, login name, display name, and primary email.
Instructions
List the users that belong to a ZIdentity group, by group ID. Read-only.
Returns lean user summaries (id, login name, display name, primary email) for each member of the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | ||
| group_id | Yes |