> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path/path-members/get-list-of-members.md).

# Get list of members

| **Description** | Retrieves a list of users that a path has been shared with. |
| --------------- | ----------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/member`                                     |
| **Method**      | GET                                                         |

### Access Level Rules

| **Access Level** | edit+ |
| ---------------- | ----- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th width="211">Name</th><th>Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path.</td><td>true</td><td></td></tr><tr><td><code>type</code></td><td>An array with possible elements 'direct' or 'inherit'. Determines whether the retrieved members are members to the path itself or members of one of its parent folders.</td><td>false</td><td>Default ['direct', 'inherit'].</td></tr></tbody></table>
