Forum Discussion
ThomasBirk
Mar 08, 2021Copper Contributor
Permissions to extract SignInActivity from MS Graph
Hi, I'm trying to extract SignInActivity from MS Graph but am receiving an error. Query: https://graph.microsoft.com/beta/users?$select=UserType,UserPrincipalName,DisplayName,SignInActivity ...
Thijs Lecomte
Mar 08, 2021Bronze Contributor
Hi
AuditLog.Read.All should be the permission needed for SigninActivity.
But the error states unsupported user role, what role does the user account you are trying with have? The documentation states you don't need a specific role, but that's the first thing I would try...
AuditLog.Read.All should be the permission needed for SigninActivity.
But the error states unsupported user role, what role does the user account you are trying with have? The documentation states you don't need a specific role, but that's the first thing I would try...