Mapped or crawled properties of SharePoint search for extensionAttributes

Iron Contributor

Can we use the extensionAttributes (also called customAttributes) with SharePoint people search? In our AD, we set some of the extension attributes and we want these values to be used in people search. I could not find any of these attributes in crawled properties.

2 Replies

Hello @Gurdev Singh

 

here is a list with the synced properties from AAD to UPA:

https://docs.microsoft.com/en-us/sharepoint/user-profile-sync

 

You need to use PowerShell to synch your extensionAttributes to the SharePoint UPA. 

 

Regards, Dave

@Gurdev Singh 

 

On top of @David Mehr input, below is the tool which you can use to sync custom attribute with custom user profile property which can be extendable as well. 

 

https://github.com/pnp/PnP/tree/master/Samples/Core.BulkUserProfileUpdater#user-profile-bulk-propert... 

 


Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community