---
title: "Operators available for substitute supervision"
method: GET
path: "/api/supervision-meetings/substitute-candidates"
tags: ["supervision-meetings"]
---

# Operators available for substitute supervision

`GET /api/supervision-meetings/substitute-candidates`

Return operators whose owner supervisor is not the current user, so the current supervisor can create a meeting in substitution. Each item includes the operator and the owner supervisor names.

## Response `200`

Successful Response

- SubstituteCandidateResponse[]
  - `operator_id` string, required — Supervised operator UUID
  - `operator_name` string, nullable — Supervised operator display name
  - `owner_supervisor_id` string, required — Owner supervisor operator UUID
  - `owner_supervisor_name` string, nullable — Owner supervisor display name

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
