How to get with SharePoint client APIs all user profiles?
问题 For implementing a birthday's SharePoint 2013 app I need to get all user profiles from a site collection. For this purpose I'd like to use a (or multiple) client API(s). See http://msdn.microsoft.com/en-us/library/jj163800.aspx#bkmk_APIversions. Unfortunately I couldn't find in the APIs description an equivalent of Microsoft.Office.Server.UserProfiles . There are in Microsoft.SharePoint.Client.UserProfiles.PeopleManager two methods, GetUserProfilePropertiesFor and GetUserProfilePropertyFor ,