---
title: "Enrich Audience"
method: POST
path: "/studio/v1/audiences/{audienceId}/actions/enrich"
tags: ["Audiences"]
---

# Enrich Audience

`POST /studio/v1/audiences/{audienceId}/actions/enrich`

Initiates an asynchronous enrichment job that appends ZoomInfo intelligence data to rows in the specified audience.

The request body must include a `scope` field specifying the enrichment target:
- `AUDIENCE`: Enriches all rows in the audience. The `rows` and `columns` fields are optional.
- `ROW`: Enriches specific rows by `rowId`. The `rows` field is required and must contain at least one element. The `columns` field is optional.

This operation is asynchronous. Returns `202 Accepted` with an `EnrichJob` resource containing the job id.
Poll the [Get Async Job Status](https://docs.zoominfo.com/zoominfoenterprise/reference/jobs_getAsyncJobStatus) endpoint at `GET /v1/audiences/{audienceId}/jobs/{jobId}` using that job id to monitor progress and detect `SUCCEEDED`, `PARTIALLY_SUCCEEDED`, or `FAILED` terminal states.

Returns `202 Accepted` on successful job creation.
Returns `204 No Content` if no rows match the provided scope.
Returns `400` for malformed requests, missing required fields, or invalid scope combinations.
Returns `402` if enrichment cannot be processed for the account.
Returns `404` if no audience matches the provided `audienceId`.

## Path parameters

- `audienceId` string, uuid, required

## Response `202`

Success

## Other responses

- `204` — Success
- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `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)
