Sites

Sites are the foundation of document management in SharePoint and provides document libraries to organise and fetch documents. We first need to add sites that can later be linked to document libraries and document queries based on matching document metadata.

To add a SharePoint site, navigate to Integration Manager and edit the SharePoint integration.

1

Select the Sites tab and click Add site

2

Select the Entra App registration from credential manager

Refer to the Entra ID documentation for how to create a credential

3

Enter the SharePoint site guid and click Save

To get the site guid, open a web browser and navigate to https://<TenantName>.sharepoint.com/sites/<SiteName>/_api/site/id

4

If successful, the site name will be populated and the site will be created

Last updated