CopyFolder
Creates a duplicate of an entire folder, including its subfolders and files, in another location in Box.
Input
| Name | Type | Description |
| FolderID | String | Identifier of the folder to be copied. |
| DestinationFolderId | String | Identifier of the destination folder where the folder is copied. |
| NewName | String | Optional new name to assign to the copied folder. If omitted, the original name is retained. |
| AsUserId | String | Identifier of the user to impersonate for API requests, available only for Admin, Co-Admin, and Service Accounts. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the folder copy operation completed successfully. |
| ID | String | Unique identifier assigned to the newly copied folder. |