# Access Review n8n operations

Manage access review campaigns. Select **Access Review** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation                    | Value         | Description                                            | Source                                                                                                                                         |
| ---------------------------- | ------------- | ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Cancel                       | `cancel`      | Cancel an access review campaign.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/cancel.operation.ts)      |
| Close                        | `close`       | Close an access review campaign.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/close.operation.ts)       |
| Create                       | `create`      | Create a new access review campaign.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/create.operation.ts)      |
| Delete                       | `delete`      | Delete an access review campaign.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/delete.operation.ts)      |
| Get                          | `get`         | Get an access review campaign.                         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/get.operation.ts)         |
| Get Many                     | `getAll`      | Get many access review campaigns.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/getAll.operation.ts)      |
| Read Campaign Access Entries | `readEntries` | Read the access entries for an access review campaign. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/readEntries.operation.ts) |
| Start                        | `start`       | Start an access review campaign.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/start.operation.ts)       |
| Update                       | `update`      | Update an existing access review campaign.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReview/update.operation.ts)      |
