
Announcements
When I try to delete a user from AzureAD that automatically deletes from Office 365 show Up this message, when I delete manually in Azure I have permission
If someone could help me I really appreciate
As you are deleting the users using Azure AD app so pls check if that app has granted the "User.ReadWrite.All" API permissions to carry out the required operation:
Pls grant the required permission to an application as mentioned in the graph documentation for deleting user:
Delete a user - Microsoft Graph API - Microsoft Graph v1.0 | Microsoft Learn
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks