Get data from Microsoft Entra

Is it possible to fetch data from Entra, for instance I want to get all users, assigned licenses, last login and so on.
Tried searching on the topic but no luck, Copilot tells me to use Easymorph connector "Azure AD" but it does not exist...

Might be best using the PowerShell action?

Currently, there is no connector for Microsoft Entra in EasyMorph. However, it appears that quite a lot can be obtained from Entra using PowerShell: Microsoft Entra PowerShell overview - Microsoft Entra PowerShell | Microsoft Learn

In EasyMorph, you can use PowerShell in workflows using the "PowerShell" action. See this tutorial article: EasyMorph | PowerShell scripting

1 Like

Using Graph APIs may also be possible I guess, as Easymorph can consume APIs ?

1 Like