---
title: "Unarchive Buyer Persona"
method: POST
path: "/copilot/v1/customer-buyer-personas/{buyerPersonaId}/actions/unarchive"
tags: ["Customer Buyer Persona"]
---

# Unarchive Buyer Persona

`POST /copilot/v1/customer-buyer-personas/{buyerPersonaId}/actions/unarchive`

Restores a previously archived Customer Buyer Persona.
Unarchiving makes the persona visible again in standard list responses and allows it to be used again in GTM configuration and workflows.
When a persona is restored, the metadata fields `archivedAt` and `archivedBy` are cleared.
If the specified buyerPersonaId does not exist, the endpoint returns **404 Not Found**.

Common use cases
- Reactivate a previously archived persona
- Restore a persona that is relevant again for targeting or messaging
- Re-enable personas used in go-to-market strategies

## Path parameters

- `buyerPersonaId` string, uuid, required

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
