---
title: "Room call action"
method: POST
path: "/v2/rooms/{room_id}/call"
tags: ["Room"]
---

# Room call action

`POST /v2/rooms/{room_id}/call`

Trigger the ringing on a specific room

## Path parameters

- `room_id` string, required

## Request body

- object
  - `to` string[], required — User ids of calle.
  - `from` string[] — User ids of caller.

## Response `200`

Call started

## Other responses

- `401` — Unauthorized
- `404` — Room not found
- `422` — Unprocessable Content
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/revisions/d9b785884d03/schema)
