idealbrandon
idealbrandon

Reputation: 325

Microsoft Graph Custom User Properties

I followed instructions here: http://www.learningsharepoint.com/2016/03/08/office-365-working-with-new-delve-profile-page-top-features/ which allows me to add custom profile fields to MS Delve.

Is there anyway to access those created fields via the MS Graph api? I've tried everything I Can think of, including using the beta api, directly $select 'ing the data in the REST request, and can't seem to figure it out.

I've read a lot about extensions, but can't seem to get this data.

Upvotes: 0

Views: 957

Answers (1)

Baris Bikmaz
Baris Bikmaz

Reputation: 401

You made a custom profile field in the SharePoint User Profile Database. Currently there is no MS Graph API for accessing a user profile in SharePoint. You could use the SharePoint Rest API for this.

Upvotes: 2

Related Questions