Quantcast
Channel: Microsoft Online: SharePoint Online forum
Viewing all articles
Browse latest Browse all 10096

PersonProperties.UserProfileProperties not pulling properties which are set to "Only Me"

$
0
0

Hi All,

I have written a console application to sync the SharePoint Online user profile properties. I am using the new Client OM DLL's available in SharePoint Online which has the new method to update the profile properties(SetSingleValueProfileProperty). 

This is my Code : 

PeopleManager peopleManager = new PeopleManager(clientContext);
PersonProperties personProperties = peopleManager.GetPropertiesFor(accountName);
clientContext.Load(personProperties);
clientContext.ExecuteQuery();
The issue is that I am not getting the Profile Properties which has Default Privacy setting "Only Me" in the personProperties.UserProfileProperties after the ExecuteQuery method is called even though I have created the ClientContext object by passing the global admin credentials. I am getting all the other properties which has Privacy Setting "EveryOne".  Please help.


Viewing all articles
Browse latest Browse all 10096

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>