Forum Discussion

John Warner's avatar
John Warner
Iron Contributor
Dec 13, 2018
Solved

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...
  • John Warner's avatar
    John Warner
    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"}