Microsoft Active Directory · Arazzo Workflow
Active Directory Audit User Group Memberships
Version 1.0.0
Resolve a user by UPN, read their full profile, then list their group memberships and manager.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
audit-user-group-memberships
Compile a user's profile, direct memberships, and manager for an access review.
Searches for a user by UPN, retrieves the user object, lists the directory objects the user is a direct member of, and reads the user's manager.
1
findUser
list-users
Resolve the user by userPrincipalName, returning at most one match.
2
getUser
get-user
Retrieve the full user object for the resolved id.
3
listMemberships
list-user-member-of
List the groups and directory roles the user is a direct member of, filtered to group objects.
4
getManager
get-user-manager
Read the user's assigned manager.