An API that connects multiple Microsoft services, enabling data access and automation across platforms
What I am aiming is to setup a service account which can query for any meeting transcript if the meeting is in the service account's calendar. The application policies were created to allow this service account to have access to this application. The application is set to grant permission to read all transcript meetings. I can't figure out which permission I am missing. I am against allowing this policy to whole tenant, as this will give any users able to access the application. I setup this application only to be accessed by this service account. I have created application policy and granted the permission to this service account. I also created a second app, given permission to it, and created policies and granted the permission to the this service account, and it still throwing the following error.
{ "error": { "code": "Forbidden", "message": "Application is not allowed to perform operations on the user '{{user-id}}', neither is allowed access through RSC permission evaluation."} }