---
title: "Admit an appointment patient from the LiveKit waiting room"
method: POST
path: "/api/meet/admit"
tags: ["meetings"]
---

# Admit an appointment patient from the LiveKit waiting room

`POST /api/meet/admit`

## Request body

- AdmitParticipantRequest
  - `token` string, required — The operator's signed LiveKit join token
  - `participant_identity` string, required — Identity of the connected appointment patient

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