Forum Discussion
KEGAN1975
Jun 21, 2024Brass Contributor
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 f...
KingsleyU
Jun 24, 2024Brass 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
https://learn.microsoft.com/en-us/graph/api/driveitem-assignsensitivitylabel?view=graph-rest-1.0&tabs=http
I hope this helps.