zid_list_users
List ZIdentity users with optional filters for login name, display name, email, or domain. Returns summary of id, login name, display name, and primary email.
Instructions
List ZIdentity users. Read-only.
Returns lean user summaries (id, login name, display name, primary email)
rather than the full SDK user record. Pass any of the *_name / email
filters for a case-insensitive partial match.
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 | ||
| idp_name | No | ||
| login_name | No | ||
| domain_name | No | ||
| display_name | No | ||
| primary_email | No |