Aug 09 2022 06:33 AM
I'm working on an onboarding application where I would like to have an option to list all current active sites on the tenant so the manager can choose which access the new starter needs. Any ideas?
Aug 09 2022 10:45 AM
@Daniel Reis You can make use of Graph API call to list all sites in SharePoint https://docs.microsoft.com/en-us/graph/api/site-list?view=graph-rest-1.0
You can take this approach depending on your where it comes into play in your overall onboarding process. If you are developing a custom app, call this Graph API to list all sites. If you just want a spot to display all sites, build an single page call to list them.
Sep 06 2022 01:25 AM