Forum Discussion
Edit sensitivity labels in bulk
I have a user with dozens of files that are tagged with sensitivity label 'Private \ Internal' but now wishes to share them to an external user. Obviously with this label external users are blocked from viewing the files, is there any way to bulk change these files to another sensitivity label we have called 'Private \ External' which would enable the external viewers to view them? essentially I'm asking if there is a bulk method to change files sensitivity labels from their original ones to a new one?
- KingsleyUBrass Contributor
You may want to explore the Microsoft Graph API as it offers certain functionality to programmatically apply sensitivity labels to SharePoint and OneDrive files, as a metered API, some charges might incur.
https://learn.microsoft.com/en-us/graph/metered-api-overview
I hope this helps.