Find tenantId by domain name and vice versa by leveraging the Graph API
In this post, the author explores a newly added resource type and its associated methods in the Graph API, namely the tenantInformation resource type and the findTenantInformationByDomainName and findTenantInformationByTenantId methods. These methods allow for the discovery of a tenant's ID based on its domain name and vice versa. With the ever-expanding capabilities of the Graph API, developers can continue to leverage its functionality to streamline their work and ensure a smooth user experience.
To learn more about how to utilize these newly added resources and methods, head to the link provided.
Published on:
Learn moreRelated posts
A Beginner’s Guide to API Integration and Automation
If you're a beginner in programming and application development, learning about API integration and automation is a crucial step towards maste...
Report on Azure AD group members via the Graph API
This article sheds light on a potential solution for the common challenge of identifying the members of all or certain groups within your Micr...
Managing Azure AD Recommendations via the Graph API
This article is about managing Azure AD Recommendations via the Graph API. With the help of the Graph API, it is possible to enumerate and man...
Managing Azure AD Recommendations via the Graph API
In this tutorial, you'll explore how to enumerate and manage Azure AD Recommendations and their corresponding set of impacted resources using ...
Report on Azure AD group members via the Graph API
If you're an IT admin working with Microsoft 365, this Graph API based PowerShell script is a powerful tool for examining group member data. B...
Manage directory synchronization settings via the Graph API
If you're looking for a way to manage directory synchronization settings via the Graph API, you're in luck! Microsoft seems to finally be taki...
Azure API Management (APIM)
API Management, or APIM, is a powerful tool that allows organizations to create modern and consistent gateways for their back-end services. Wi...
Generate a report of Azure AD role assignments via the Graph API or PowerShell
In this post, the process of generating a report of Azure AD role assignments via the Graph API or PowerShell is explored. The author previous...
Azure AD Application Registration inventory script
If you're looking to keep track of your Azure AD integrated applications, this article might be of interest to you. As covered multiple times ...