---
title: "Service: /groups/{group}/resources/import [POST]"
source: https://dev.pageseeder.com/api/services/import-group-resources-POST.html
description: "POST endpoint for importing project files into a PageSeeder group. Requires administrator permissions and accepts a ZIP file path parameter. Returns XML confirmation with project, perspective, and import timestamp details."
last_updated: 2026-09-02T11:36:03+10:00
document_type: api_endpoint
operation_id: developer-POST
resource_id: developer
path_template: /groups/{group}/resources/import
http_method: POST
api_category: developer
implementation_version: 6.1006
api_since: 4.8100
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: N/A
generated_at: 2026-09-02
tokens: ~186
---

# /groups/\{group\}/resources/import \[POST\]

## Description

Import all the files in the project.

Imports the contents of an exported set of project files into the current project.

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| pack | The path to the resource (ZIP file) to unpack, relative to the Web container root | yes  | path |  |

## Permission

This service requires administrator.

## Response

```xml

<import project="[owner directory]"
        perspective="[perspective]"
        datetime="[current date and time]"
        file="[name of file]" />
```

## Error Handling

No specific errors expected for this service.

> **Warning:** This service uses non-standard errors.

