Submit a payroll migration import for review, handing its files to the Deel Payroll Implementation Manager working on the legal entity. An import already submitted is refused rather than submitted twice - treat that 409 as success. Attaching more files reopens an import, so it can be submitted again once it has changed. Error codes: 401 UNAUTHORIZED, 403 FORBIDDEN, 403 PAYROLL_MIGRATION_IMPORT_DISABLED, 404 NOT_FOUND, 409 IMPORT_ALREADY_SUBMITTED, 409 NO_FILES_UPLOADED, 500 INTERNAL_SERVER_ERROR.
Token scopes: global-payroll:write
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/