I am working on a scenario where I need to fetch the list of users having admin access (Global Administrator) permission on Azure AD and send them an email.
However, when I started working on it I could not find any action in logic app designer which could help me retrieve list of Admin users.
I tried using Azure AD connector with GetUser action but it didn't fulfilled my request as it only fetches some basic properties of user like businessPhones, displayName, givenName, id, jobTitle, mail, etc.
Can anyone please guide me how can I retrieve list of Admin users present in my Azure AD?