A cloud-based identity and access management service for securing user authentication and resource access
Unable to re-add a previously deleted tenant to a multitenantorganization
Recently, our company has acquired an existing business. I would like to leave their existing tenant intact, and would like to setup a multitenant relation.
I have created a multitenant organization in our own tenant and added the subsidiary's tenant. This worked. Then I unfortunately deleted the subsidiary's tenant from the organization.
After this action, the subsidiary's tenant showed up on admin.microsoft.com (shown as deleted), but did not show up when executing:
Get-MgTenantRelationshipMultiTenantOrganizationTenant
This only shows our own tenant.
When trying to add the tenant back into the organization, powershell tells me the tenant is still part of the organization:
New-MgTenantRelationshipMultiTenantOrganizationTenant -TenantID 'xxx'
New-MgTenantRelationshipMultiTenantOrganizationTenant_CreateExpanded: Tenant 'xxx' is already part of this MultiTenantOrg
As Microsoft's admin-page showed some information about data being deleted after 3-23-2026, I waited for this date and hoped some cleanup action would be performed and the tenant could be added again.
This is not the case, I am still unable to re-add the tenant to the organization. I am also unable to start over by removing our own tenant from the organization as it states another tenant is still part of the organization.
Setting up the relation from the subsidiary's tenant (by trying to join) also does not work, it states that the action has failed.
Not sure how to proceed here. Any suggestions?