---
title: "Service: /members/{member}/groups/{group}/converttopsml [POST] (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/services/convert-to-psml-POST.html
description: "Convert documents to PSML for a group"
last_updated: 2026-08-11T16:26:01+10:00
tokens: ~264
---

# /members/\{member\}/groups/\{group\}/converttopsml \[POST\]

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

## Description

Convert documents to PSML for a [group](/reference/glossary/group.md).

Invoking this service starts an [Asynchronous process](/api/usage/asynchronous_process.md).

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| projectgroups | Whether to convert all groups under a project | no | boolean | `false`  |
| validateonly | Whether to validate only | no | boolean | `true` |

## Permission

This service requires administrator.

## Response

This service returns the following XML:

```xml

<psml-conversion>
  <thread ...> ... </thread>
</psml-conversion>
```

## Error Handling

No specific errors expected for this service.

