we are using MS Graph API methods but getting permission issue.
Do you hav eany idea what are the permission we need to congiure at MS Graph side
@SivakumarR4260 To use Microsoft Graph for sending and receiving emails in Pega Platform, you need to grant the following permissions in the application that you registered in the Microsoft Azure portal: ‘Mail.Send’, ‘User.Read’, and ‘Mail.ReadWrite’. These permissions are necessary for your application to have an access token to call Microsoft Graph.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
OAuth 2.0 authentication for email providers > OAuth 2.0 authentication profil