A cloud-based identity and access management service for securing user authentication and resource access
The behavior matches a backend/unified audit pipeline issue rather than a tenant or permissions misconfiguration.
From the details provided:
- Unified audit logging is enabled (
UnifiedAuditLogIngestionEnabled : True). - Exchange Online and the tenant are provisioned and working (mailbox retrieval works,
AuditDisabled : False,AdminAuditLogEnabled : True). - The account has sufficient roles (global admin and other admin roles).
- Purview Audit search UI fails with a generic “Failed to load data” message.
-
Search-UnifiedAuditLogreturns aBadRequesterror. - The third‑party CASB integration receives
Microsoft.Office.Compliance.Audit.DataServiceException: Tenant <tenantID> does not exist.
According to the Office 365 Management Activity API troubleshooting guidance, this specific Tenant <tenantID> does not exist error is the typical symptom when unified auditing is not enabled for the organization. The documented resolution is to ensure unified audit logging is turned on for the tenant and then wait for the configuration to propagate.
In this scenario, unified auditing is already reported as enabled, but both:
- Native Purview Audit search, and
- The Management Activity API consumer (third‑party CASB)
are failing in ways that are consistent with a backend audit service problem for the tenant, not with client configuration or permissions.
Given that:
- Unified audit logging is confirmed as enabled.
- The tenant and Exchange Online are provisioned and functioning.
- The same tenant‑level error appears from both PowerShell (
Search-UnifiedAuditLog) and the third‑party API integration.
The remaining supported action is to treat this as a service‑side issue and open a ticket with Microsoft Support so the audit/unified logging configuration for the tenant can be checked and corrected. The Management Activity API documentation explicitly directs customers encountering tenant‑level or throttling issues to contact Microsoft Support for tenant‑specific remediation.
Until Microsoft Support corrects the backend state for the unified audit log for this tenant, Purview Audit search and any third‑party solution that relies on the Office 365 Management Activity API will continue to fail with these errors.
References: