Hi All,
I would like to get Azure AD user's details from PA(Power Automate).
For example, using PowerShell code I can get Azure AD user details.
Get-AzureADUser -ObjectId "Username@domain.com" | Select-Object -Property DisplayName
In power Automate what are the steps that need to be followed to get a user.
In SharePoint using the below REST call, I can get
/_api/web/siteusers Or /_api/web/currentuser
But in powerautomate how to get user details. basically, we would like to check internal users or who left from the organization
getting all the users from SharePoint and check the user in Azure AD.
Any assistance.