---
title: "Enrich Org Charts"
method: POST
path: "/data/v1/companies/org-chart/enrich"
tags: ["Enrich"]
---

# Enrich Org Charts

`POST /data/v1/companies/org-chart/enrich`

Enrich the specified Company by providing Org Chart information. For each request, a ZoomInfo Company identifier and 
at least one ZoomInfo Department identifier are required. This endpoint then returns ZoomInfo contacts for that company 
in the requested department.

Org Chart data displays employees organized by seniority level, enabling you to understand the structural composition 
of an organization. Org Chart data can be used to identify decision makers, analyze team composition, track organizational
changes, and target contacts by seniority.

Input parameters may require specific values. You can use the [Lookup Data](https://docs.zoominfo.com/zoominfoenterprise/reference/lookupinterface_lookup)
endpoint to retrieve the list of possible values.

With reference to ZoomInfo's [Credit Usage and Limits](https://docs.zoominfo.com/zoominfoenterprise/docs/credit-usage-and-limits), a credit will be counted for the enriched
company, when applicable. Regardless of the number of ZoomInfo Contacts returned, a single Record will be charged per successful
request. Additionally, a Request limit will be charged for each successful request.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `sort` string

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
