---
title: "Set Org Languages"
method: PUT
path: "/organizations/{org_id}/languages"
tags: ["organizations", "organizations"]
---

# Set Org Languages

`PUT /organizations/{org_id}/languages`

The school's two languages: {"language": "English",
                                "student_native_language": "Spanish"}.

They are not the same language and conflating them is the bug this exists
to prevent. `language` is what the school TEACHES — it stamps the channels
and rooms the school creates. `student_native_language` is what its students
READ, and it decides what language we write to them in when their account
is too new to have a preference of its own. A Mexican academy teaching
English answers "English" and "Spanish".

Either key may be omitted to leave it alone, or sent empty to clear it.
Clearing the student language means new students are written to in English.

## 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/78f314acd8bf/schema)
