---
title: "Transition Person Lifecycle"
method: POST
path: "/api/people/{person_id}/lifecycle"
tags: ["people"]
---

# Transition Person Lifecycle

`POST /api/people/{person_id}/lifecycle`

## Path parameters

- `person_id` string, uuid, required

## Request body

- LifecycleTransitionRequest
  - `to_status` string, required
  - `reason` string, nullable

## Response `200`

Successful Response

- LifecycleTransitionResponse
  - `id` string, required
  - `from_status` string, required
  - `to_status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
