Microsoft Security | Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to recover Accidentally deleted Microsoft Athenticator user
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
To recover an accidentally deleted user in Microsoft Entra (which is related to Microsoft Authenticator), you can follow these steps:
Connect-Entra -Scopes 'User.Read.All'
Get-EntraDeletedUser -Filter "displayName eq 'User Display Name'"
Restore-EntraDeletedDirectoryObject -Id 'User-ID'
By following these steps, you can successfully recover a deleted user in Microsoft Authenticator through the associated Microsoft Entra services.
References: