Microsoft Teams
A Microsoft customizable chat-based workspace.
10,870 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am looking to enable privacy mode in Teams by using the Graph API in some form. I am trying to achieve the equivalent of Set-CsPrivacyConfiguration -EnablePrivacyMode $true.
Does anyone know if this is supported with the Graph API?
Thank you
Afaik no, there is no equivalent Graph API endpoint. Most of the SfBO/Teams cmdlets however have a RESTful endpoint you can abuse, you can fetch the relevant details via Fiddler or by decompiling the module DLLs as I've demonstrated in this article. Of course, if you decide to go this route, you will be running unsupported code.