get_zia_users
Retrieve ZIA users by ID or list them with filters for department, name, group, and more. Apply JMESPath queries for client-side data extraction.
Instructions
Read ZIA users: list with optional filters, or fetch one by ID (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dept | No | ||
| name | No | ||
| page | No | ||
| group | 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. | |
| user_id | No | ||
| page_size | No |