Forum Discussion
LeonardoCanal
Apr 27, 2025Copper Contributor
MS Purview InformationProtectionPolicy - Extract Sensitivity Labels - Permissions Granted
Hello community, I'm currently facing an issue trying to extract sensitivity labels from our Microsoft 365 tenant and could use some assistance. I have already ensured that the necessary permissions...
VasilMichev
Apr 28, 2025MVP
There is no good solution for this via the Graph API. You can only use it to get published labels, and if you use delegate permissions (the first method you describe above), you will only ever see labels published to said user. With application permissions, you should be able to get all published labels, but again, this does not represent the full set of labels in the tenant.
if you need a full list, your only option is to use SCC PowerShell and the Get-Label cmdlet.