Hi @Katsuya · Thank you for reaching out.
Yes, below graph call promotes subdomain to root domain:
POST https://graph.windows.net/{tenant_id}/domains/child.mydomain.com/promote?api-version=1.6
- Does this setting(subdomain -> root domain) affect anywhere other than authentication settings? ex) exo, teams, spo, onedrive, etc.
Only promoting subdomain to root domain won't affect anything. Once you change authentication settings, authentication for all users with subdomain in their UPN suffix will be changed everywhere including exo, teams, spo, onedrive as all these apps get authenticated from Azure AD. Apart from authentication settings, nothing will be changed.
- If I find some problems after applying this setting, I’d like to rollback. How can I rollback this setting? (root domain -> subdomain)
Once a subdomain is promoted as root domain, you cannot demote it. The only option would be to remove the subdomain and add it back using new-msoldomain -Name aad.cloud365.in -Authentication federated
command. Make sure the Authentication type matches with the one configured for the root domain. If you specify different authentication method, you will get Unable to add this domain. It is a subdomain and its authentication type is different from the authentication type of the root domain
error.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.