Search code examples
sharepoint-2010sharepoint-apiuser-profile

Looking for search syntax documentation for SharePoint UserProfileManager.Search Method


Greetings -

I have a SharePoint 2010 server running with the User Profile service setup to synchronize to Active Directory. I'd like to use the UserProfileManager.Search() method to return user profiles based on specific criteria. MSDN documentation for this method is here. It states that the method will return user profiles that match the specified search pattern. This is exactly what I want. However, there is no documentation on what a valid search pattern is. I've made a few guesses like "Department = 'HR'" but haven't had any luck. I can't find any other documentation or sample code. Can anyone provide samples of valid "search patterns?"

Another way to return user profiles is to do a query using the FullTextSqlQuery object. We don't yet have Search setup on this server so this isn't currently an option.

Thanks, Greg


Solution

  • The UserProfileManager.Search method is limited to a few built-in fields. You cannot search on custom profile properties unfortunately. Here's an excellent post explaining it's use: link text