Google Workspace · Arazzo Workflow
Google Workspace Rename an Org Unit
Version 1.0.0
Read an org unit, patch its name and description, then confirm.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
rename-org-unit
Patch an org unit's name and description and confirm the update.
Reads the organizational unit to confirm it exists, patches the supplied name and description, and re-reads it to confirm the new values.
1
lookupOrgUnit
getOrgUnit
Read the organizational unit by its path to confirm it exists and capture its current name and id.
2
renameOrgUnit
patchOrgUnit
Patch the organizational unit with the new name and description.
3
confirmRename
getOrgUnit
Read the organizational unit back to confirm the new name and description are set.