get_zia_user_departments
Retrieve ZIA user departments to view organizational structure. Supports pagination, search, sorting, and filtering by department ID.
Instructions
Manage ZIA user departments for organizational structure (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Operation to perform. Use 'read' to paginate/filter departments, 'read' to fetch a department by ID, or 'read_lite' for the lite version. | read |
| department_id | No | Department ID. Required for 'read' and 'read_lite' actions. | |
| limit_search | No | If true, limits the search to match against the department name only. | |
| search | No | Search string to match against department name or user attributes. | |
| page | No | Page offset for pagination when listing departments. | |
| page_size | No | Page size for listing departments. Default is 100; maximum is 1000. | |
| sort_by | No | Sort field for listing departments. | |
| sort_order | No | Sort order for listing departments. | |
| service | No | Zscaler service name. Always 'zia' for this tool. | zia |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |