> 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/edit-member.md).

# Edit member

| **Description** | Edits permissions of a member to a given path. |
| --------------- | ---------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/member/{userId}`               |
| **Method**      | PATCH                                          |

### Access Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th width="217">Name</th><th width="379">Description</th><th>Required</th><th>Default</th><th data-hidden>Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path.</td><td>true</td><td></td><td>true</td><td></td></tr><tr><td><code>userId</code></td><td>The id of the user whose access should be edited.</td><td>true</td><td></td><td>true</td><td></td></tr><tr><td><code>access</code></td><td><a href="/pages/jWHxOKKaASR2HwgmIQkh">Access object</a> with optional properties "accessTier", "processingUnits", "canShare" and "geoFence", with the changes in access. "geoFence" should be a JSON with properties "tiles" and "maxZoom". "tiles" should be an array of JSONs with properties "tileX", "tileY" and "zoom".</td><td>true</td><td></td><td>true</td><td>db1a67b7ac8047a8b4448eadef8faa07</td></tr></tbody></table>
