---
title: "Create Org Assignments"
method: POST
path: "/organizations/{org_id}/assignments"
tags: ["organizations", "organizations"]
---

# Create Org Assignments

`POST /organizations/{org_id}/assignments`

Post ONE assignment to MANY sections in one act. Same body as the
per-section create, plus `group_ids?: [...]`. No `group_ids` means EVERY
active section of the school, and that is a coordinator act — the same
rule, enforced by the same function, as a school-wide announcement. A
teacher passes the sections they staff, and is refused on any they do not.

One row per section (submissions and grades are per-section, so a shared
row could not answer "who turned it in"), one transaction for all of them,
and notifications only after that commit — a refusal on the fifth section
posts to nobody and notifies nobody. → {"created": [assignment, ...]}

## 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-13** `3c5400a294e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/organizations/:org_id/assignments/post.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)
