Forum Discussion
dafo43
Jan 19, 2024Copper Contributor
Get-CsOnlineUser access denied via Azure application
Hi, I'm trying run the Get-CsOnlineUser command via an Azure App that connects using the MicrosoftTeams module: Connect-MicrosoftTeams -CertificateThumbprint $thumbprint -ApplicationId $clientI...
- Jan 22, 2024Hello,
does the service principal of the application have the role of Teams Administrator? That is needed as well, we are able to do it this way.
fbrem_uzh
Jan 22, 2024Copper Contributor
Hello,
does the service principal of the application have the role of Teams Administrator? That is needed as well, we are able to do it this way.
does the service principal of the application have the role of Teams Administrator? That is needed as well, we are able to do it this way.
JeroenVanDenDooren
Aug 12, 2024Copper Contributor
fbrem_uzh
I can't seem to locate where I can give a registered app teams administrator permissions,
is it part of the graph api?