Hi @Raül Cavaller ,error 410 can indicate that the user has revoked the authorization for the application to access the requested scope. To access the user.read
scope, the application needs to have the User.Read
permission in the Microsoft Graph API. You can check the permissions of your application in the Azure portal. If the permission is not listed, you can add it. If the permission is already listed, you should check if the user account has granted consent for the application to access the User.Read
permission. If not, you can grant it. If the user has revoked the authorization, they need to grant consent again.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James