ztw_list_roles
List all ZTW admin roles with filtering by role IDs, name search, and JMESPath queries for custom projections.
Instructions
List all existing admin roles in ZTW (read-only) Supports JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_auditor_role | No | Include or exclude auditor user information in the list. | |
| include_partner_role | No | Include or exclude admin user information in the list. Default is True. | |
| include_api_roles | No | Include or exclude API role information in the list. Default is True. | |
| role_ids | No | Include or exclude role ID information in the list. | |
| search | No | Search string to filter roles by name. | |
| query | No | JMESPath expression for client-side filtering/projection of results. | |
| service | No | The service to use. | ztw |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |