---
title: "Enroll Person"
method: POST
path: "/api/sequences/{sequence_id}/enroll"
tags: ["sequences"]
---

# Enroll Person

`POST /api/sequences/{sequence_id}/enroll`

Enroll a person in a sequence.
- Validates person and sequence exist
- Prevents duplicate active enrollments
- Creates enrollment + schedules first step action

## Path parameters

- `sequence_id` string, uuid, required

## Request body

- EnrollRequest
  - `person_id` string, uuid, required

## Response `201`

Successful Response

- object

## 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)
