---
title: "Search Teachers"
method: GET
path: "/admin/schools/search-teachers"
tags: ["Admin - Schools"]
---

# Search Teachers

`GET /admin/schools/search-teachers`

Search for existing teachers by email or name.
Only accessible by admin users.

## Query parameters

- `q` string, required — Search query (email or name)
- `school_id` string, nullable — School ID to check membership

## Response `200`

Successful Response

- SearchTeachersResponse[]
  - `id` string, required
  - `email` string, required
  - `full_name` string, nullable
  - `role` string, required
  - `created_at` string, date-time, nullable
  - `is_already_in_school` boolean

## 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)
