Copy a section to a different notebook. Note: This action is supported for OneDrive and My OneNote Account notebooks only.
External DocumentationTo learn more, visit the Microsoft OneNote documentation.

Parameters

ParameterDescription
Destination Notebook IDThe ID of the destination notebook where the section will be copied to.
Group IDThe ID of a Microsoft 365 group. Use this parameter when copying to a group-owned notebook.
Notebook IDThe ID of the OneNote notebook to interact with.

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 LocationChoose whether to access OneNote from your account, OneDrive, or from a SharePoint site.
Rename AsThe name of the copied section. When omitted, defaults to the name of the existing section.
Section IDThe ID of the section to interact with.
User IDThe ID of the user whose OneDrive contains the OneNote notebooks.

Note: Using the delegated (OAuth) connection type will only allow to insert the connected user’s ID.

Example Output

{
	"@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
Workflow LibraryPreview this Workflow on desktop