---
title: "Create a conference server"
method: POST
path: "/conference_servers"
tags: ["Conference"]
---

# Create a conference server

`POST /conference_servers`

Create a conference server.  
Please note that: at least one of ipv4 or ipv6 must be specified.

## Request body

- object
  - `name` string, required — The name of conference server.
  - `enabled` boolean — The activate status or deactivated status.
  - `ipv4` string — Host IPV4 address.
  - `ipv6` string — Host IPV6 address.
  - `max_rooms` integer, required — The maximum number of rooms for conference server.
  - `max_participants` integer, required — The maximum number of participants for conference server.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
