Retrieve custom properties of user profile in Sharepoint via Users API
When editing my profile on my company Sharepoint, I see that there is the section "Custom properties" where I can specify Division, Report To, My Bio.
These information is then shown in the User profile view in MS Delve.
I would like to extract these information, using the Graph API on .NET.
I have taken a look at the documentation of Users API in v1.0 and beta, but there is no mention of custom properties.
I have also looked the new Profile API (Preview) but again there is no mention either.

2 comments
-
Francois commented
It will be interesting to allow update custom properties value too.
-
Dan M commented
Agreed - it looks like some of the data from the SharePoint User Profile data is being exposed on the new endpoint:
https://graph.microsoft.com/beta/me/profile
But it is not showing all data and doesn't include custom attributes. This is critical when building solutions around user profile data.