Technical details for the Content Manager Dashboard solution by Accelerator 365
Jump to
Required API permissions
The following Microsoft Graph API permissions are required:
Scope | Purpose |
User.Read.All | Read the user's full profile for the live persona card. |
People.Read.All | Read the user's relevant people list for the live persona card. |
Contacts.Read | Read the user's contact list for the live persona card. |
Contacts.ReadWrite | Read and write to the user's contact list to update their contacts from the live persona card. |
Sites.ReadWrite.All | Read and write to the registered sites the user has permission to. |
Files.ReadWrite.All | Read and write to the registered pages the user has permission to. This permission is particularly used to access draft versions of pages. |
These permissions are delegated and organisation-wide and require approval by a user with the Global Administrator role after the app has been deployed.
Recommended deployment scope
It is expected that the Content Manager Dashboard solution is made available only on specific areas of your SharePoint tenant as necessary, e.g., an intranet editors site.
Therefore, it is recommended to select the Only enable this app option on deployment (see the Installation instructions page). This means the app is available for Site Owners to manually add to their site.
Data storage
Data for the Content Manager Dashboard solution is stored in SharePoint lists. These lists are provisioned from the solution as and when required. The lists provisioned are:
List title | Relative URL | Purpose |
Site Registrations | /Lists/ACCCMD_SitesRegistrations | Storage of all registered sites. |
Sites | /Lists/ACCCMD_Sites | Detailed and itemised information on all registered sites. |
Pages | /Lists/ACCCMD_Pages | Detailed and itemised information on all registered pages. |
Pages Deltas | /Lists/ACCCMD_PagesDeltas | A log of registered pages that have been modified in SharePoint. |
Site Collections | /Lists/ACCCMD_Collections | Storage of all Collections created in CMD. |