Forum Discussion
John Warner
Dec 13, 2018Iron Contributor
Update Custom User Profile Property in SharePoint Online, Possible???
I hope someone knows the answer to this because no one I've talked to at Microsoft does. I have created custom properties for my user profiles, such as Employee Id. I want to update these propertie...
- Dec 17, 2018
BTW, I was able to accomplish this task by using the following PowerShell command. Thanks to Mikael Svenson.
New-PnPUPABulkImportJob -Folder "Shared Documents" -Path "userprofileimport.json" -IdP
roperty "IdName" -UserProfilePropertyMapping @{"EmpId"="EmpId"}
Dec 13, 2018
I have not tried the how-to my self but I don't see anything extrange there...have you tried, as an alternative to PowerShell, to create a Visual Studio solution where you program all the stuff in C#?