---
title: "Create organizer"
method: POST
path: "/organizers"
tags: ["Organizers"]
---

# Create organizer

`POST /organizers`

Creates a new organizer and sends an email to the email address defined in the request. This API call is only available to users with the admin role. You may also pass 'G2W' or 'G2T' or 'OPENVOICE' as productType variables, creating organizers for those products. A G2W or G2T organizer will also have access to G2M.

## Headers

- `Authorization` string, required

## Request body

- OrganizerReq — Describes the information required to create an organizer, with or without assigning a group.
  - `firstName` string, required — The first name of the organizer
  - `lastName` string, required — The surname of the organizer
  - `organizerEmail` string, required — The email address of the organizer
  - `productType` 'G2M' | 'G2T' | 'G2W' | 'OPENVOICE', required — The products the organizer has access to, can be 'G2M', 'G2W', 'G2T' or 'OPENVOICE'

## Response `201`

Created

- OrganizerShort[]
  - `email` string, required — The organizer's email address
  - `key` integer, required — The organizer's key

## Other responses

- `400` — Bad Request
- `403` — Server Error
- `409` — Conflict

---

[API](https://skmtc.net/citrixonline/apis/gotomeeting.md) · [All operations](https://skmtc.net/citrixonline/apis/gotomeeting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/citrixonline/gotomeeting/versions/b78f66fb68da/schema)
