Forum Discussion
403 Error: Application access policy not found, -Global scope not available in tenant
Hi VasilMichev,
Thanks for your message.
We’ve already added the following application permissions to our app:
- CallRecords.Read.All – Application – Granted
- OnlineMeetingArtifact.Read.All – Application – Granted
- OnlineMeetingRecording.Read.All – Application – Granted
- OnlineMeetings.Read.All – Application – Granted
- OnlineMeetingTranscript.Read.All – Application – Granted
- User.Read.All – Application – Granted
- User.Read – Delegated – Not Granted
We are using Microsoft Graph API (not the Teams module) to retrieve online meeting details. The endpoint we are using is:
GET https://graph.microsoft.com/v1.0/users/{userId}/onlineMeetings/{meetingId}
Reference: Get onlineMeeting - Microsoft Graph v1.0 (https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http)
We understand that assigning application access policies to users individually works, but our users prefer not to manage access this way. We’re currently exploring alternative approaches that allow broader access without per-user policy assignments and will keep you updated on any progress.
Let us know if you have any suggestions or recommended best practices for this scenario.
Best regards,
David
I meant permissions on the user you're trying to run the cmdlet with. For best results, use a Global admin.