Entra ID Tenant Information API - Updated! đ
We've updated the Entra ID Tenant Information API to include more key information.
We've made some changes to the Entra ID Tenant Information API to include more details that may help you with your troubleshooting, or information gathering.
To refresh your memory on this API, or introduce yourself to it for the first time, refer to this post - Entra ID Tenant Information API.
We're now including two additional properties into the Tenant Information API response object...
- tenantUsesExo
- mxRecords
Hopefully, these properties are self-explanatory, however, if not, here's what they represent.
tenantUsesExo
This property indicates whether the tenant uses the Exchange Online service. It's determined by taking the "defaultDomainName" property and performing an MX query against it.
If either of the two strings, "protection.outlook.com" or "mx.microsoft" appear within any of the MX records, the property is True, otherwise it is False.
mxRecords
The property returns an array of MX records associated with the "defaultDomainName" of the tenant. Simple as that.
If no MX records exist for the default domain name, null is returned.
Hopefully, these additional properties provide you some additional use!