I am trying to retrieve the skills that are visible on a user's profile in Microsoft Delve, inside of Office 365. It looks like this on the delve web app:
I want to read the skills from a user's profile in our organization. Furthermore I want to update the skills in delve programmatically. Background is that we have an internal solution that is similar to Delve, but has some specific extensions. We want to synchronize content between the two, so we can make use of both platforms.
I looked through the Microsoft Graph API (https://developer.microsoft.com/en-us/graph/docs) but could not find what I need. Is there a way to retrieve the information (and update it) via Graph or another API?