Forum Discussion
Ryan Shripat
Oct 05, 2016Copper Contributor
Can I deploy a SharePoint Add-In with User Profiles (Social) | Read to the SharePoint AppStore?
I'd like to be able to programmatically retrieve a user's name and manager using code similar to the following: using (var clientContext = TokenHelper.GetClientContextWithAccessToken(hostWeb.ToS...
Ryan Shripat
Oct 06, 2016Copper Contributor
Deleted wrote:you can not get the propties of a profile where you have not the right to see it.
Are you saying that it is not possible for a provider-hosted app from the App Store to have permissions to see this user profile data?
Deleted
Oct 06, 2016It depends if your app has tennant permissions it would see them but i guess you did not include that in your permissions.
- Ryan ShripatOct 07, 2016Copper Contributor
Can an app with Tenant permissions be on the App Store?