# 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>
