---
title: "Reprocess worker onboarding"
method: POST
path: "/api/servicetodo/processes/workers/{workerIdentifier}/reprocess"
tags: ["todoWorkers"]
---

# Reprocess worker onboarding

`POST /api/servicetodo/processes/workers/{workerIdentifier}/reprocess`

Reprocesses a worker's onboarding by refreshing segments, archiving/assigning tasks, updating overall status, checking completion, and reconciling Todo Notifications V2 scheduled reminders/deadlines for eligible workers. Useful for fixing issues with task flow assignments, status calculations, or scheduled notification state.

## Path parameters

- `workerIdentifier` string, uuid, required

## Response `200`

Worker onboarding successfully reprocessed with count of task flows processed

- object
  - `data` object
    - `processedTaskFlows` number — Number of task flows successfully reprocessed
    - `message` string — Detailed message about the reprocessing result
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — Error reprocessing worker onboarding

---

[API](https://skmtc.dev/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.dev/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
