Google Workspace · Arazzo Workflow
Google Workspace Audit a User's Group Memberships
Version 1.0.0
Confirm a user exists, then list every group the user belongs to.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
audit-user-groups
List all groups a confirmed user belongs to.
Reads the user to confirm it exists, then lists the groups the user is a direct member of using the userKey filter on the groups list.
1
lookupUser
getUser
Read the user to confirm the account exists and capture its id and primary email for the group lookup.
2
listUserGroups
listGroups
List all groups the confirmed user belongs to by filtering the groups list on the user's primary email.