zid_get_user_groups_by_name
Retrieve group memberships for a ZIdentity user by resolving their name (email, login, or display name). Returns lean group summaries for the first matching user's memberships.
Instructions
List a ZIdentity user's group memberships, resolving the user by name.
Read-only. Resolves the user by case-insensitive partial match (email when '@' present, else login then display name), then returns the lean group summaries for the first matching user's memberships.
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 |