---
title: "Preview Enrolment"
method: POST
path: "/organizations/{org_id}/enrolment/preview"
tags: ["organizations", "organizations"]
---

# Preview Enrolment

`POST /organizations/{org_id}/enrolment/preview`

What WOULD happen, row by row. Writes nothing.

Body: {"text": "pasted list or CSV"} or {"rows": [{email, name?, role?}]},
plus optional "group_id" and "role" (the default for rows that carry none).

A coordinator will paste the wrong column at least once. This is the screen
where she finds that out, and it is computed by the same `classify()` the
commit runs, so the table she confirms cannot disagree with the work.

## Path parameters

- `org_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/ebade541eaa4/schema)
