---
title: "Set Require Section"
method: PUT
path: "/organizations/{org_id}/require-section"
tags: ["organizations", "organizations"]
---

# Set Require Section

`PUT /organizations/{org_id}/require-section`

Must a student name their class to join? {"require_section_on_join": true}

Admin-only, because turning it on refuses a join that students can
currently complete. Turning it on does NOT retro-fit the students already
in the school with no section — requiring a code stops the next one, it
does not find the existing ones, which is why the coordinator's roster
counts them separately.

## Path parameters

- `org_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-03** `61a1443b4f81` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/organizations/:org_id/require-section/put.md)

---

[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.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
