---
title: "Service: /groups/{group}/supergroups [GET]"
source: https://dev.pageseeder.com/api/services/list-supergroups_get.html
description: "Retrieves a list of supergroups for an existing group. Returns XML with supergroup details including ID, role, notification settings, and listed status. Requires reviewer or higher permission."
last_updated: 2026-09-08T11:44:57+10:00
document_type: api_endpoint
operation_id: group-GET
resource_id: group
path_template: /groups/{group}/supergroups
http_method: GET
api_category: group
implementation_version: 6.2004
api_since: 5.9700
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~166
---

# /groups/\{group\}/supergroups \[GET\]

## Description

List supergroups of an existing [Group](../../reference/glossary/group.md) .

## Parameters

No parameters required.

## Permission

This service requires reviewer or higher.

## Response

The XML returned is always:

```xml

<supergroups>
  <supergroup id="[id]"
              role="
[approver|manager|contributor|reviewer|guest|inherit]"
              notification="[immediate|daily|none|inherit]"
              listed="[true|false|inherit]">
    <group id="[group id]" name="[group name]" .../>
  </supergroup>
  ...
</supergroups>
```

## Error Handling

No specific errors expected for this service

