---
title: "Service: /groups/{group}/groupfolders [POST] (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/services/groupfolders-deprecated-POST.html
description: "Get a group's group folders"
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~392
---

# /groups/\{group\}/groupfolders \[POST\]

| Property | Value |
| --- | --- |
| Path: | /groups/{group}/groupfolders |
| Method: | POST |
| Generator: | obsolete |
| Version: |  |
| Since: | 5.8900 |
| Deprecated: | 5.9400 |
| Obsolete: | 6.0000 |
| Cache control: | N/A |
| API Support: | OBSOLETE |
| Generated: | 2022-07-01 |

## Description

Get a group’s group folders

> **Warning:** This class is not part of the public API, and might be subject to change!

> **Deprecated:** This service is deprecated as of 5.9400 use CreateGroupFolder.java instead.

> **Note:** The url parameter can end with the suffix “/\*” but if it does not then the suffix is added.

Create a new group folder (GroupURI) with the url provided.

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| editable | Whether URIs should be editable by group | no | boolean | `false` |
| public |  |  |  |  |
| url | The url of the group folder (/\* suffix is added automatically) | yes | string |  |

## Permission

This service requires administrator.

## Response

```xml

<groupfolder-creation>
  <groupfolder id="[groupuri id]"
               scheme="[scheme]"
               host="[host]"
               port="[port]"
               path="[path]"
               external="[true|false]"
               editable="[true|false]" />
  </groupfolder>
</groupfolder-creation>
```

## Error Handling

| 0x1401 | If the url is invalid |
| --- | --- |
| 0x1402 | If the host is unknown |
| 0x1403 | If the group folder URL already exists in group |

