automate Entra ID with Entra Fee License

Iron Contributor

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

3 Replies
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.

Hey Vasil thank you for your response.
I want to get the SignIn Logs and the last SignIn Time. from a user.

Right. 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.