0

I have a Microsoft learn profile connected to my personal Microsoft account.

enter image description here

I am trying to fetch the list of certifications using graph API from graph explorer. I have logged into to graph explorer using the same Microsoft Account.

enter image description here

I'm getting no result with https://graph.microsoft.com/beta/me/profile/certifications URL. Is there anything I'm missing here ?

Kuldeep Singh
  • 517
  • 6
  • 26

1 Answers1

0

There is no sync between your certifications in Microsoft Learn and /me/profile/certifications.

At least nothing mentioned in the documentation whether the sync is supported and from which data source.

You need to add all certifications manually for now.

But I would suggest to create a feedback whether the sync is intended in the future. Click on the button This page at the bottom of the page.

user2250152
  • 14,658
  • 4
  • 33
  • 57
  • Thank you for clarification. I don't see any point in adding manual certifications. Not sure if this is the right use case of /profile/certifications. – Kuldeep Singh Aug 19 '23 at 18:33