---
title: "Get organizer"
method: GET
path: "/organizers/{organizerKey}"
tags: ["Organizers"]
---

# Get organizer

`GET /organizers/{organizerKey}`

Returns the individual organizer specified by the key. This API call is only available to users with the admin role. Non-admin users can only make this call for their own organizerKey.

## Path parameters

- `organizerKey` integer, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- Organizer[]
  - `email` string, required — The organizer's email address
  - `firstName` string, required — The organizer's first name
  - `groupId` integer, required — The key of the group this organizer is assigned to
  - `groupName` string, required — The name of the group this organizer is assigned to
  - `lastName` string, required — The organizer's surname
  - `maxNumAttendeesAllowed` integer, required — The maximum number of attendees allowed at sessions hosted by this organizer.
  - `organizerKey` integer, required — The key of the organizer
  - `products` Product[], required — The products the organizer has access to, can be 'G2M', 'G2W', 'G2T' or 'OPENVOICE'
  - `status` 'active' | 'suspended', required — The status of an organizer (or group), i.e. whether the organizer (or the members of the group respectively) are able to host meetings

## Other responses

- `403` — Forbidden
- `404` — Not found

---

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