# Rights Request n8n operations

Manage rights requests. Select **Rights Request** 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                                                                                                                                     |
| --------- | -------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Create    | `create` | Create a new rights request.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/rightsRequest/create.operation.ts) |
| Delete    | `delete` | Delete a rights request.           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/rightsRequest/delete.operation.ts) |
| Get       | `get`    | Get a rights request.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/rightsRequest/get.operation.ts)    |
| Get Many  | `getAll` | Get many rights requests.          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/rightsRequest/getAll.operation.ts) |
| Update    | `update` | Update an existing rights request. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/rightsRequest/update.operation.ts) |
