---
title: "Service: /projects/{group}/memberdetails [GET]"
source: https://dev.pageseeder.com/api/services/list-project-memberdetails_get.html
description: "The /projects/{group}/memberdetails GET endpoint returns a list of member details types available for a specific group or project. It requires no parameters and is accessible to guests and higher, or to the public if the group is public."
last_updated: 2026-09-08T14:05:55+10:00
document_type: api_endpoint
operation_id: group-GET
resource_id: group
path_template: /projects/{group}/memberdetails
http_method: GET
api_category: group
implementation_version: 6.2004
api_since: 5.8102
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~130
---

# /projects/\{group\}/memberdetails \[GET\]

## Description

Returns the list of member [details](../elements/element_details.md) types available to this group or project.

## Parameters

No parameters required.

## Permission

This service is restricted to guest and higher unless the group or project is accessible to public.

## Response

The returned XML is as follows:

```xml

<details-list>
  <details name="[name]"/>
  ...
</details-list>
```

## Error Handling

No specific errors expected for this service.

