Does anyone knows how to use REST API to share a document in sharepoint to someone inside the same organization and external user ?
Asked
Active
Viewed 247 times
1 Answers
0
You could use the below rest api endpoint to share document in SharePoint : /_api/SP.Sharing.DocumentSharingManager.UpdateDocumentSharingInfo
Please refer to this blog for more: http://sharepointfieldnotes.blogspot.com/2014/09/sharing-documents-with-sharepoint-rest.html

Michael Han
- 3,475
- 1
- 6
- 8