I have a python script to send message using msgraph, but I can’t do it I have authorization issue, but when I get token directly on msgraph site I can do it, but I try to get the token using my python script the token don’t have permission to send message.
For this, I can see that I have some privileges permission, I register a APP and gave a lot of permissionst (30) including teammigration.
could you send me all privileges I can attribute to my app registered?