---
title: "Ripristina un Worker archiviato"
method: POST
path: "/workers/{id}/restore"
---

# Ripristina un Worker archiviato

`POST /workers/{id}/restore`

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- Worker — Dipendente importato/gestito dal servizio Backoffice.
  - `id` string, uuid, required — UUID del Worker
  - `employeeKey` string, required — Chiave esterna/UPN/email o codice dipendente (univoca)
  - `fullName` string, required — Nome e cognome
  - `team` string, nullable — Team di appartenenza
  - `role` string, nullable — Ruolo del dipendente
  - `archivedAt` string, date-time, nullable — Timestamp di archiviazione (soft delete)
  - `createdAt` string, date-time, required — Creazione record
  - `updatedAt` string, date-time, required — Ultimo aggiornamento

## Other responses

- `404` — Risorsa non trovata

## Changes

> 2 revisions in range; 1 could not be searched.

- **2025-08-28** `a42942658ed2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api/changes/workers/:id/restore/post.md)

---

[API](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api.md) · [All operations](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowpay/backoffice-timesheet-importer-api/revisions/d2d865af0be0/schema)
