Google Workspace · Arazzo Workflow
Google Workspace Rename a Group
Version 1.0.0
Read a group, patch its name and description, then confirm the change.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
rename-group
Patch a group's name and description and confirm the update.
Reads the group to confirm it exists, patches the supplied name and description, then re-reads the group to confirm the new values.
1
lookupGroup
getGroup
Read the group by its key to confirm it exists and capture its current name before updating.
2
renameGroup
patchGroup
Patch the group with the new name and description, leaving other properties untouched.
3
confirmRename
getGroup
Read the group back to confirm the new name and description are now set.