---
title: "Get all instructors"
method: POST
path: "/public/get-all-instructors"
tags: ["User"]
---

# Get all instructors

`POST /public/get-all-instructors`

Get details of all instructors in your school

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 15 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `instructors` object[], required — List of all instructors in the school
          - `fermionInstructorId` string, required — Unique identifier for the instructor
          - `name` string, required — Name of the instructor
          - `email` string, email, required — Email address of the instructor
          - `profilePhotoUrl` string, uri, required — URL of the instructor's profile photo
          - `tagline` string, required — Short tagline or title of the instructor
          - `longDescriptionMarkdown` string, required — Detailed markdown description of the instructor
          - `createdAt` string, required — Timestamp when the instructor was added to the school
          - `lastUpdatedAt` string, required — Timestamp when the instructor was last updated
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
