---
title: "Create new Webinar"
method: POST
path: "/organization/{organizationId}/webinar"
tags: ["Events API"]
---

# Create new Webinar

`POST /organization/{organizationId}/webinar`

## Path parameters

- `organizationId` string, required

## Request body

- object
  - `name` string — Name of Webinar
  - `startTime` string — Start time of Webinar
  - `stopTime` string — End time of Webinar
  - `timeZone` string — Webinar time zone (consult Univid for allowed values and formats)
  - `language` string — Webinar language code (consult Univid for allowed values and formats)
  - `description` string — Description of Webinar, in HTML format
  - `templateId` string — ID of Template to use for Webinar
  - `disableEmails` boolean — Disable participant confirmation and reminder emails for the Webinar
  - `customContext` object — Custom context data for the Webinar

## Response `200`

OK

- object
  - `webinar` object — Webinar created
    - `id` string — ID of Webinar

---

[API](https://skmtc.net/univid/apis/univid-api.md) · [All operations](https://skmtc.net/univid/apis/univid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/univid/univid-api/revisions/1919adf61729/schema)
