mount_dev
Mar 16, 2023Copper Contributor
Status:
New
Microsoft Graph Reports API - Make the GET signins beta endpoint generally available
The GA 1.0 version of Microsoft Graph Reports get signin log endpoint returns only the interactive sign-ins - GET https://graph.microsoft.com/v1.0/auditLogs/signins
The beta version gives the option to retrieve the other signin event types including non-interactive sign-ins - GET https://graph.microsoft.com/beta/auditLogs/signins?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser' or t eq 'servicePrincipal' or t eq 'managedIdentity')
Can you please make the beta endpoint generally available or confirm when this will become generally available,
No CommentsBe the first to comment