Get all root sites listed in share point Admin center using graph api beta
问题 I need all root sites listed in share point Admin center shown in image For that i am using Graph api like follows, var settings = { "async": true, "crossDomain": true, "url": "https://graph.microsoft.com/beta/sharepoint/sites", "method": "GET", "headers": { "authorization": "Bearer token", "cache-control": "no-cache", "postman-token": "3116b007-e574-5ad4-aedd-3b35fbf76b61" } } $.ajax(settings).done(function (response) { console.log(response); }); But it gives output as follows, { "@odata