zeasm_list_organizations
List ZEASM organizations to retrieve their IDs and names. Use the returned IDs as input for other EASM tools to fetch findings, lookalike domains, and more.
Instructions
List ZEASM organizations.
Read-only. Returns one row per organization configured in the EASM Admin
Portal, carrying just the id + name. Use the returned id as the
org_id argument for zeasm_list_findings, zeasm_list_lookalike_domains,
and the other EASM tools.
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. |