Get ZoomInfo Org Chart
zoominfo_get_org_chartRetrieve a company's organizational chart from ZoomInfo to display reporting hierarchy, departments, and management levels. Optionally filter by department for targeted leadership insights.
Instructions
Get the organizational chart for a company from ZoomInfo — shows reporting hierarchy, departments, and management levels.
Use zoominfo_search_company first to get the company ID.
Args:
company_id (number): ZoomInfo company ID
department (string, optional): Filter to a specific department
response_format ('markdown' | 'json')
Returns: Hierarchical list of contacts with titles, departments, management levels, and reporting lines.
Examples:
"Org chart for company 12345" -> company_id=12345
"Engineering leadership at company 12345" -> company_id=12345, department='Engineering'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ZoomInfo company ID (get from zoominfo_search_company first) | |
| department | No | Optional department filter (e.g. 'Sales', 'Engineering') | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |