Skip to content

Commit 46e51f5

Browse files
killerewok2000VesaJuvonen
authored andcommitted
Update migration-api-overview.md (SharePoint#3023)
1 parent e80563f commit 46e51f5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/apis/migration-api-overview.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,18 @@ The import pipeline is using Azure Blob Storage security model as is. This means
325325

326326
### Events and event handlers
327327

328-
The import pipeline allows event handlers to be referenced on list items but doesn’t allow defining event handlers at the list level at this time. The import pipeline does not fire events as items are imported, so existing event handlers will not fire due to the import event. 
328+
The import pipeline allows event handlers to be referenced on list items but doesn’t allow defining event handlers at the list level at this time. The import pipeline does not fire events as items are imported, so existing event handlers will not fire due to the import event.
329+
330+
### Resolving Users
331+
332+
If the Migration API was unable to resolve a user using the login provided in the UserGroup.xml and no System ID is provided, then:
333+
a) This user will be replaced by “System Account” in the associated metadata within the package ( author, editor etc.).
334+
b) A warning will be reported in the ImportLogs – “Failed to ensure user '[email protected]'”
335+
336+
If the migration API was unable to resolve a user using the login provided in the UserGroup.xml and the System ID is provided (which is the SID for the user in the on-prem AD), then:
337+
a) A new deleted user with the provided login and SystemId is created and is used in the associated metadata within the package.
338+
b) A warning will be reported in the ImportLogs- “Failed to retrieve user '[email protected]' attributes from the SiteUsers; falling back to passed in values”
339+
329340

330341
## Appendices
331342

0 commit comments

Comments
 (0)