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"}
jonathan_kong
Mar 11, 2020Copper Contributor
John Warner able to share the script you used to schedule nightly updates? I'm trying to do something similar, to update say every alternate Monday at 12 AM