Forum Discussion
StefanKi
Mar 09, 2024Iron Contributor
automate Entra ID with Entra Fee License
Is it possible to automate Entra ID if a customer "only" has an Entra Fee License? I can only use the MS Graph from Business Premium with Entra P1 license. Thank you for your support
VasilMichev
Mar 09, 2024MVP
Can you be more specific, what exactly are you trying to achieve? Most of the Graph API endpoints do not have direct licensing requirements, but the functionality they expose might depend on the set of services enabled for your tenant or a given user.
StefanKi
Mar 09, 2024Iron Contributor
Hey Vasil thank you for your response.
I want to get the SignIn Logs and the last SignIn Time. from a user.
- VasilMichevMar 10, 2024MVPRight. So the Entra sign-in logs do come with P1 requirement for API access. You can however get a "comparable" set of events via the Unified audit log.
As for the last sign-in timestamp, it's exposed as part of the signInActivity property.