Thanks so much for joining our new forum! We’re really glad to have you here.
We truly appreciate your feedback on the Entra ID plugin. I’ll make sure to pass this along to the plugin team right away so they can review your suggestions for adding the sign-in activity column and the new user registration details table.
Let us know if you have any more thoughts or ideas! We’re always trying to improve.
Hi @jschafer thank you for the feedback on the plugin.
I believe you should be able to get Sign In Activity via the entraid_auditlogs_signins and correlate with entraid_users via the user_principal_name column.
As for listing user_registration_details we’ve opened an issue for that internally for us to prioritize
Thank you for the quick response! I did see the entraid_auditlogs_signins was available. However, the call times out, I think because the logs aren’t filtered. I run the call https://graph.microsoft.com/v1.0/auditLogs/signIns through graph explorer without filtering, and it times out there as well. When I pull just the last 50, it works fine.
Thanks @jschafer let me take at entraid_auditlogs_signins timing out. We might need to expose a filter in the config or/and add a default one ourselves.
Do you get a specific error when it times out?
Hi @erez I see y’all were able to add user_registration_details, that’s awesome! I’ll be checking it out soon. Have y’all had any luck with the user signInActivity field?