An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
There's no Graph API support for that yet, sorry.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
via a Web API I want to read the rights a user/mail recipient has to read a Microsoft Information Protection Label. The information I need is stored in the value with key LabelActions when using the PowerShellApproach:
Install-Module ExchangeOnlineManagement
Import-Module ExchangeOnlineManagement
Connect-IPPSSession -UserPrincipalName *
Get-Label -Identity "*" | Format-List
This works fine, however for my usecase I want to get this information via Graph API. Is there a request that makes this possible? There seem to be options like this to get this:
Can I get the LabelActions via graph and if so what would be the correct request? Thanks!
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Answer accepted by question author
There's no Graph API support for that yet, sorry.
Thanks for the quick reply, thats what I was afraid you'd say. :-) Any way to run powershell with the ExchangeOnlineManagement Extensions within a .net core application that is not running in a windows environment?