Hi, I tried to get log with URL below
https://graph.microsoft.com/beta/auditLogs/signIns?$filter=createdDateTime ge 2018-07-26T02:06:00.000Z and createdDateTime le 2018-07-26T02:06:59.000Z
But I get the 403 forbidden with error message
{
"error": {
"code": "Authentication_ApplicationHasNoDirectoryReadAccess",
"message": "Failed to do premium license check from ADGraph",
"innerError": {
"request-id": "b7e9e61f-7041-4cf9-a29f-df8630b1af5a",
"date": "2018-07-26T05:50:45"
}
}
}
I followed steps of https://github.com/microsoftgraph/microsoft-graph-docs/issues/2789 and https://docs.microsoft.com/zh-tw/azure/active-directory/active-directory-reporting-api-prerequisites-azure-portal, But it didn't work.
The attachement picture is my permission settings and results.