---
title: "Get groups"
method: GET
path: "/groups"
tags: ["Groups"]
---

# Get groups

`GET /groups`

List all groups for an account. This API call is only available to users with the admin role.

## Headers

- `Authorization` string, required

## Response `200`

OK

- Group[]
  - `groupName` string, required — The name of this group
  - `groupkey` integer, required — The key of this group
  - `numOrganizers` integer, required — The number of organizers assigned to this group
  - `parentKey` integer, required — The key of the parent group this group belongs to. Identical with the groupkey if this group is not a subgroup
  - `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

---

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