Microsoft Entra · Arazzo Workflow
Microsoft Entra Audit User Memberships
Version 1.0.0
Find a user by UPN, read its profile, and list its group memberships.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
audit-user-memberships
Resolve a user by UPN, get the user, then list memberOf.
Finds a user by userPrincipalName, fetches the user object, and enumerates its direct memberships for an access review.
1
findUser
listUsers
Filter the users collection on userPrincipalName to resolve the user's object id.
2
getUser
getUser
Retrieve the full user object for the audit record.
3
listMemberships
listUserMemberOf
List the groups, directory roles, and administrative units the user is a direct member of.