Skip to content

Commit e9352e6

Browse files
Update migration-api-whats-new.md
Added as a new requirement, the mandatory use of SourceType when calling the Migration API.
1 parent f69a842 commit e9352e6

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

docs/apis/migration-api-whats-new.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Migration API What's new"
33
description: "Learn about the new features and updates to the Migration API."
4-
ms.date: 06/28/2022
4+
ms.date: 09/23/2022
55
ms.reviewer: jhendr
66
author: JoanneHendrickson
77
ms.author: jhendr
@@ -16,6 +16,26 @@ ms.custom: admindeeplinkSPO
1616

1717
Check here to see what features or updates have been added to the Migration API. Here's a summary of what's included.
1818

19-
## Fixes
19+
## New requirement
2020

21-
- **Changes to how Import API handles users**. As a response to issues arising from broken OneDrive scenarios when importing duplicate users, the API now blocks and detect duplicate user entries in UserGroup.xml. For details see: [Entering user identifiers in UserGroup.xml](/sharepoint/dev/apis/migration-api-overview#entering-user-identifiers-in-usergroup.xml).
21+
Beginning January 1, 2023, the SourceType field will be mandatory when calling the Migration API. Starting October 1st, 2022, a warning message will be sent if the field is missing.
22+
23+
**Accepted SourceType values:**
24+
25+
- AmazonS3
26+
- AzureStorage
27+
- Box
28+
- Dropbox
29+
- Egnyte
30+
- FileShare
31+
- GoogleCloudStorage
32+
- GoogleDrive
33+
- MicrosoftStream
34+
- OneDrive
35+
- SharePointOnline
36+
- SharePointOnPremServer
37+
- Other
38+
39+
## Fixes
40+
41+
- **Changes to how Import API handles users**. As a response to issues arising from broken OneDrive scenarios when importing duplicate users, the API now blocks and detect duplicate user entries in UserGroup.xml. For details see: [Entering user identifiers in UserGroup.xml](/sharepoint/dev/apis/migration-api-overview#entering-user-identifiers-in-usergroup.xml).

0 commit comments

Comments
 (0)