Hello
Before creating a new user in AzureAD, we would like to check the "Deleted Users first", does anyone know if Graph supports lookup on DeletedUsers container in AzureAD??? and possible once found, how restore it back using Graph?
Similar functionality that is available through the PowerShell interface of Office365 Admin module.
Get-MsolUser -ReturnDeletedUser
Restore-MsolUser -UserPrincipalName 'TestUser01@dopsftw.onmicrosoft.com'