---
title: "Get Unassigned Teachers"
method: GET
path: "/admin/unassigned-teachers"
tags: ["admin"]
---

# Get Unassigned Teachers

`GET /admin/unassigned-teachers`

Get teachers who are not assigned to any school.
A teacher is considered unassigned when they are not in any active
school_membership (the email domain is not a source of affiliation).

## Query parameters

- `search` string, nullable — Search by email or name
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- TeacherApprovalsListResponse — Response model for teacher approvals list.
  - `teachers` TeacherApprovalResponse[], required
    - `id` string, required
    - `email` string, required
    - `full_name` string, nullable, required
    - `created_at` string, date-time, required
    - `country` string, nullable, required
    - `phone_number` string, nullable, required
    - `is_approved` boolean, required
    - `is_active` boolean, required
    - `establishment` string, nullable, required
    - `is_rejected` boolean, required
  - `total` integer, 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
