---
title: "Get organizers by group"
method: GET
path: "/groups/{groupKey}/organizers"
tags: ["Groups"]
---

# Get organizers by group

`GET /groups/{groupKey}/organizers`

Returns all the organizers within a specific group. This API call is only available to users with the admin role.

## Path parameters

- `groupKey` integer, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- OrganizerByGroup[]
  - `email` string, required — The organizer's email address
  - `firstName` string, required — The organizer's first name
  - `groupId` integer, required — The key of the group
  - `groupName` string, required — The name of the group
  - `lastName` string, required — The organizer's surname
  - `maxNumAttendeesAllowed` integer, required — The maximum number of attendees allowed at sessions held 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

- `400` — Bad Request
- `403` — Forbidden

---

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