Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
752 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way or a Microsoft Graph Api to let me know that the Microsoft 365 tenant is education tenant?
Hi @Lynn Niu
Try calling the /organization endpoint and look at the tenantType
property.
GET https://graph.microsoft.com/v1.0/organization/{tenant id}