# Unarchive contact

**POST** `/contacts/{id}/unarchive`

Restores an archived contact to active lists.

Authentication: bearerAuth
Required scopes: `contact:update`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Unarchive a contact in the caller's contact scope.

## Parameters

- `id` (path string, required)

## Responses

- `204`: Contact unarchived
- `404`: Contact not found
- `409`: Contact is not archived
- `default`: Error
