---
title: "Get School Teachers"
method: GET
path: "/teacher/assignments/school-teachers"
tags: ["teacher_assignments"]
---

# Get School Teachers

`GET /teacher/assignments/school-teachers`

Get all teachers in the same school as the current teacher.
Uses school membership or email domain to determine school affiliation.

## Response `200`

Successful Response

- RoutersExerciseAssignmentsSchoolTeachersResponse — Response with list of teachers in the same school
  - `teachers` SchoolTeacherInfo[], required
    - `id` string, required
    - `full_name` string, required
    - `email` string, required
  - `school_name` string, nullable

---

[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/a8ae0e0c0570?raw)
