---
title: "Admin Migrate Missing Faces"
method: POST
path: "/admin/organizations/{organization_id}/migrate-missing-faces"
---

# Admin Migrate Missing Faces

`POST /admin/organizations/{organization_id}/migrate-missing-faces`

Re-indexes into the org's custom collection all persons who have a face_image_id
but are not yet indexed there. Starts in background; poll migration-progress for updates.
Does NOT remove faces from the default collection (safe, non-destructive).

## Path parameters

- `organization_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
