---
title: "Create and register a new registrant for the Webinar"
method: POST
path: "/organization/{organizationId}/webinar/{webinarId}/registrant"
tags: ["Events API"]
---

# Create and register a new registrant for the Webinar

`POST /organization/{organizationId}/webinar/{webinarId}/registrant`

## Path parameters

- `organizationId` string, required
- `webinarId` string, required

## Request body

- object
  - `firstName` string — First name of Registrant
  - `lastName` string — Last name of Registrant
  - `email` string — Email of Registrant
  - `sendEmail` boolean — If confirmation email should be sent to registrant
  - `customContext` object — Custom context data for the Registrant

## Response `200`

OK

- object
  - `user` object — Registrant created
    - `id` string — ID of Registrant
    - `personalLink` string — The personal link for the registrant
    - `calendarUrl` string — URL to download ICS calendar file
    - `googleCalendarUrl` string — URL to add event to Google Calendar
    - `outlookCalendarUrl` string — URL to add event to Outlook Web Calendar

---

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