zdx_list_application_users
Retrieve curated rows of users/devices that accessed a ZDX application, filtered by score bucket, location, department, or time window. Returns user ID, name, email, and ZDX score.
Instructions
List users/devices that accessed a ZDX application, as curated rows.
Read-only. Returns one triage row per user (id, name, email, ZDX score).
Filter by score_bucket (poor/okay/good), location/department/geo, and the
since HOURS window (default 2h). Use a returned id with
zdx_get_application_user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| since | No | ||
| app_id | Yes | ||
| geo_id | No | ||
| location_id | No | ||
| score_bucket | No | ||
| department_id | No |