# Path active users

| **Description** | Retrieves the users that have recently used a layer. |
| --------------- | ---------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/usage/user`                          |
| **Method**      | GET                                                  |

### Access Level Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th>Name</th><th width="331">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path for which to get the latest users.</td><td>true</td><td></td></tr><tr><td><code>pageSize</code></td><td>The maximum number of users to return. Maximum 50.</td><td>false</td><td>Default 50.</td></tr><tr><td><code>pageStart</code></td><td>The nextPageStart as returned in a previous get path active users request to retrieve the next batch of active users.</td><td>false</td><td>Default null.</td></tr></tbody></table>
