Can someone please help, I am working on a task to get memnbers list from Azure AD security group and email to a User. I can ble to generate a CSV report with Name, Email address and want to add additional column of user Account Status (Enabled/Disabled). I have used Get Group members in Azure AD to get the list and created CSV table to add columns of Name and Email address, but i couldn't see Account status field.
Is there a way i can get this information to add in to my CSV table?
I have used item()?['accountstatus'] as custom Expression and that didnt work.