---
title: "Create a user-specific temporary room"
method: POST
path: "/api/rooms"
tags: ["API"]
---

# Create a user-specific temporary room

`POST /api/rooms`

## Request body

- RoomConfig
  - `meetingId` string, required
  - `roomId` string
  - `group` string
  - `name` string, required
  - `subtitle` string
  - `description` string
  - `joinUrl` string
  - `temporary` boolean
  - `links` Link[]
    - `href` string, required
    - `text` string, required
    - `icon` string
  - `icon` string

## Response `204`

Success

## Other responses

- `405` — Room creation requires a valid user
- `409` — Room with same id already exists
- `500` — Internal error

---

[API](https://skmtc.dev/tng/apis/virtual-office.md) · [All operations](https://skmtc.dev/tng/apis/virtual-office/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tng/virtual-office/revisions/5cc6ee797979/schema)
