---
title: "Add Existing Teacher To School"
method: POST
path: "/admin/schools/{school_id}/teachers/existing"
tags: ["Admin - Schools"]
---

# Add Existing Teacher To School

`POST /admin/schools/{school_id}/teachers/existing`

Add an existing teacher to a school by creating a membership.
The teacher keeps their original email - no email changes.
Only accessible by admin users.

## Path parameters

- `school_id` string, required — The ID of the school

## Request body

- AddExistingTeacherRequest — Request model for adding an existing teacher to a school
  - `teacher_id` string, required
  - `matched_expected_teacher` string, nullable

## Response `200`

Successful Response

- AddExistingTeacherResponse — Response model for adding existing teacher to school
  - `message` string, required
  - `teacher_id` string, required
  - `membership_created` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
