python-o365
python-o365 copied to clipboard
[FEATURE] Get all SharePoint sites?
I'd like to list all the sites that my app has access to. I don't know if the search function could give me that list. If not, I would like to add another function which calls the /sites endpoint and returns all the sites.
Check the Ms Graph docs. If there's an endpoint to retrieve all sites you have access to you can submit a PR adding that.
Thanks