Forum Discussion
dmmuldoon
Jan 18, 2022Copper Contributor
Sharing multiple files with multiple users
Hi,
I have 500 files I need to share. Each file needs to go to a separate user. Are there any ways to be able to do this quickly and in a less labour intensive way?
- If you are not afraid to use the Graph API, you can easily automate this: https://docs.microsoft.com/en-us/graph/api/driveitem-createlink?view=graph-rest-1.0&tabs=http
2 Replies
- If you are not afraid to use the Graph API, you can easily automate this: https://docs.microsoft.com/en-us/graph/api/driveitem-createlink?view=graph-rest-1.0&tabs=http
- dmmuldoonCopper Contributor
VasilMichev Thanks. Will try now