---
title: "List Teachers To Attach"
method: GET
path: "/admin/teacher-approvals/to-attach"
tags: ["admin"]
---

# List Teachers To Attach

`GET /admin/teacher-approvals/to-attach`

Approved teachers waiting for a B2B attachment decision.

## Query parameters

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

## Response `200`

Successful Response

- ToAttachListResponse
  - `teachers` ToAttachTeacher[], required
    - `id` string, required
    - `email` string, required
    - `full_name` string, nullable, required
    - `created_at` string, date-time, required
    - `last_visit_at` string, date-time, nullable
    - `establishment` string, nullable
    - `is_custom_school` boolean
    - `custom_school_name` string, nullable
    - `custom_school_city` string, nullable
    - `academic_email_verified` boolean
    - `status` 'no_b2b' | 'pending_review', required
    - `french_school` FrenchSchoolSummary
      - `id` string, required
      - `uai` string, required
      - `name` string, required
      - `city` string, required
      - `postal_code` string, required
      - `kind` 'france' | 'abroad', required
      - `country` string, required
    - `hints` AttachmentHints, required
      - `domain_school` SchoolSummary
        - `id` string, required
        - `name` string, required
      - `same_establishment_teachers` integer
      - `suggestions` FrenchSchoolSuggestion[]
        - `id` string, required
        - `uai` string, required
        - `name` string, required
        - `city` string, required
        - `postal_code` string, required
        - `kind` 'france' | 'abroad', required
        - `country` string, required
        - `b2b_school` SchoolSummary
          - `id` string, required
          - `name` string, required
      - `suggested_email_domain` string, nullable
  - `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.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
