Hello Everyone,
Is there a way to get SharePoint site usages report for particular site using Power automate+graph api?
I have checked below apis which generates in Tenant level.
GET /reports/getSharePointSiteUsageDetail(period='{period_value}')
GET /reports/getSharePointSiteUsageDetail(date={date_value})
But I want the details for a single site same as {domain/site}/ _layouts/15/siteanalytics.aspx. Does microsoft provides api to generate site usages report for particular site?
Thanks