Google Workspace · Arazzo Workflow
Google Workspace Find and Update a User
Version 1.0.0
Search users by query, branch on whether a match was found, then patch it.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
find-and-update-user
Search for a user and patch their profile when a match is found.
Searches the users list with a query, branches on whether at least one user was returned, reads the matched user, and patches the supplied profile fields.
1
searchUsers
listUsers
Search the users list with the supplied query, returning at most one candidate match.
2
readUser
getUser
Read the matched user's full profile before applying the partial update.
3
applyUpdate
patchUser
Patch the matched user with the supplied profile fields using patch semantics so unspecified fields are left intact.