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?
- Jan 19, 2022If 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
VasilMichev
Jan 19, 2022MVP
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
dmmuldoon
Jan 19, 2022Copper Contributor
VasilMichev Thanks. Will try now