Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Hi @Jihad ISSA
From my understanding, looks like the error "code": "SpeakerAttributionNotAllowed" indicates that Microsoft Graph is still treating speaker-attributed transcript content as unavailable for this tenant request.
Since you've confirmed that both Microsoft Graph access and Include speaker attribution are enabled in the Teams Admin Center, could you also verify whether the corresponding tenant settings are enabled at the policy level?
You can check this by running this command:
Get-CsTeamsMeetingConfiguration | FL EnableGraphTranscriptAccess,EnableAttributedTranscripts
Reference: Manage transcript API access for Teams meetings
If both settings are enabled and the issue persists, please let me know whether these settings were enabled recently, as policy propagation delays may be a factor. Additionally, if possible, you could share the complete request headers with any sensitive information removed. This would help me determine whether the request is being processed as a speaker-attributed (text/vtt) transcript request.
Any update would be appreciated.