# Accept invite

| Description     |                                            |
| --------------- | ------------------------------------------ |
| **Description** | Accepts or rejects an invitation to a path |
| **Endpoint**    | `/path/{pathId}/invite/{inviteId}/accept`  |
| **Method**      | POST                                       |

### Access Rules

| **Access Level** | Account holder only |
| ---------------- | ------------------- |

### Processing Units

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

### Parameters

<table><thead><tr><th width="200">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>inviteId</code></td><td>The id of the invite.</td><td>true</td><td></td></tr><tr><td><code>accept</code></td><td>Boolean whether to accept or decline the invite.</td><td>false</td><td>Default true.</td></tr></tbody></table>
