> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Copy Section

Copy a section to a different notebook.

**Note**: This action is supported for **OneDrive** and **My OneNote Account** notebooks only.

<Note>
  External Documentation

  To learn more, visit the [Microsoft OneNote documentation](https://learn.microsoft.com/en-us/graph/api/section-copytonotebook?view=graph-rest-1.0\&tabs=http).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                                                                                                                                         |
  | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Destination Notebook ID | The ID of the destination notebook where the section will be copied to.                                                                                                                                                             |
  | Group ID                | The ID of a Microsoft 365 group. Use this parameter when copying to a group-owned notebook.                                                                                                                                         |
  | Notebook ID             | The ID of the OneNote notebook to interact with.<br /><br />**Note**: This parameter's fetcher depends on the selected notebook location. When location is not specified, the fetcher will retrieve all notebooks from the account. |
  | Notebook Location       | Choose whether to access OneNote from your account, OneDrive, or from a SharePoint site.                                                                                                                                            |
  | Rename As               | The name of the copied section. When omitted, defaults to the name of the existing section.                                                                                                                                         |
  | Section ID              | The ID of the section to interact with.                                                                                                                                                                                             |
  | User ID                 | The ID of the user whose OneDrive contains the OneNote notebooks.<br /><br />**Note**: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID.                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.onenoteOperation",
	"id": "copy-39419d39-e42b-4b23-9ffa-3c1c23033f15",
	"status": "not started",
	"createdDateTime": "2025-09-15T13:09:03.4087631Z",
	"lastActionDateTime": "2025-09-15T13:09:03.4087631Z"
}
```

## Workflow Library Example

[Copy Section with Microsoft Onenote and Send Results Via Email](https://library.blinkops.com/workflows/copy-section-with-microsoft-onenote-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/copy-section-with-microsoft-onenote-and-send-results-via-email/canvas" />
</div>
