---
title: "Manually triggers full indexing for all users in the people database."
method: POST
path: "/dx/api/people/v1/search/index"
tags: ["Search Re-Index"]
---

# Manually triggers full indexing for all users in the people database.

`POST /dx/api/people/v1/search/index`

This endpoint allows an administrator to manually trigger a full index operation for all users in the system.
     It ensures that the search index is up-to-date with the latest user information.

## Response `200`

Re-Indexing process completed successfully

## Other responses

- `207` — Re-Indexing process completed with some errors
- `400` — Invalid request parameters.
- `401` — Unauthorized. The request is missing a valid session.
- `403` — Forbidden. The user does not have permission to initiate index.
- `409` — Conflict. Index process is already in progress. Please wait for the current process to complete.
- `500` — Re-Indexing process failed with errors.
- `503` — Service Unavailable

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/revisions/2267cfc94cf0/schema)
