---
title: "Assign operator to supervisor"
method: POST
path: "/api/supervision-meetings/assign"
tags: ["supervision-meetings"]
---

# Assign operator to supervisor

`POST /api/supervision-meetings/assign`

Create a supervision pair. Admin can pass supervisor_id in body; else current user's operator is supervisor.

## Request body

- SupervisionAssignRequest — Request body for assigning an operator to a supervisor.
  - `operator_id` string, required — Operator to assign UUID
  - `supervisor_id` string, nullable — Supervisor operator UUID (admin only)

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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