Copy multiple files or folders to different locations at once in the user's Dropbox.
This route will return job ID immediately and do the async copy job in background.
Please use [copy_batch/check](api:dropbox-api:POST/2/files/copy_batch/check) to check the job status.
**Required scope:** `files.content.write`
**Endpoint format:** [RPC](https://docs.dropboxapi.com/dropbox-api/docs/technical-reference/request-response-formats#rpc-endpoints)
**Authentication:** [User](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#user-authentication), [Dropbox-API-Select-Admin (Team Admin)](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#admin-authentication-via-dropbox-api-select-admin)
Request
This endpoint expects an object.
entrieslist of objectsRequired
List of entries to be moved or copied. Each entry is RelocationPath.
allow_ownership_transferbooleanOptionalDefaults to false
Allow moves by owner even if it would result in an ownership transfer
for the content being moved. This does not apply to copies.
autorenamebooleanOptional
If there's a conflict with any file, have the Dropbox server try to
autorename that file to avoid the conflict.
allow_shared_folderbooleanOptionalDefaults to falseDeprecated
This flag has no effect.