Speaker-attributed transcript content is disabled for this tenant

mohamed fedi bouabid 0 Reputation points
2026-08-04T14:32:04.6666667+00:00

Hello, after July 31st and the update of how tenant permissions override the app scope concerning the teams trasncriptions and speaker attached to them, admin did turned on both toggles :

Transcript API access → Microsoft Graph access = On

Include speaker attribution = On

We were experiencing a 403 Error on fetching transcription and after one hour and for more than 1 day we were able to fetch trasncription without speakers and now we are still getting this 403 Error Speaker-attributed transcript content is disabled for this tenant

Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

Amanda Zhu 80 Reputation points
2026-08-04T22:23:07.5033333+00:00

This 403 maps to Microsoft Graph’s SpeakerAttributionNotAllowed behavior. Since the same content request succeeds with Accept set to application/vnd.microsoft.graph.transcript+text, Graph transcript access and the app’s transcript permission are working. The default text/vtt format includes speaker attribution and remains blocked until the tenant setting is effective. Both formats use the same Graph permission, while speaker inclusion is controlled by the tenant administrator settings.

First, use Get-CsTeamsMeetingConfiguration for the Global configuration and confirm EnableGraphTranscriptAccess and EnableAttributedTranscripts both return True. If attribution is False or unset, reapply both Global values with Set-CsTeamsMeetingConfiguration), then retry one content request with Accept set to text/vtt. If PowerShell already reports True for both values and the same 403 persists, capture the Graph request-id, client-request-id, UTC timestamp, and tenant ID for a Microsoft 365 support case, since Microsoft does not document another app-side attribution setting or a propagation SLA.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.