Sharepoint permissions
Before you start
Before using the Sharepoint API, make sure to have an Azure App. If you haven't done so already, follow the instructions here.
Assign Sharepoint API permissions to your Azure App
1. Assign Sharepoint permission:
a. Select API permissions.
b. Add a permission.
c. Find Sharepoint.
d. Select Application Permissions - this allows a server side application to interact with the Sharepoint API.
2. Select permissions that is needed:
- Sites.FullControl.All - allows the creation of a Sharepoint site
- Sites.ReadWrite.All - allows reading and writing files to a Sharepoint site.