Google Workspace · Arazzo Workflow
Google Workspace Move a User to Another Org Unit
Version 1.0.0
Verify the target org unit exists, then move a user into it and confirm.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
move-user-org-unit
Confirm a destination org unit and move a user into it.
Fetches the destination organizational unit to confirm it exists, patches the user's orgUnitPath to that location, and reads the user back to confirm the new placement.
1
confirmOrgUnit
getOrgUnit
Read the destination organizational unit to confirm it exists before moving the user into it.
2
moveUser
patchUser
Patch the user's orgUnitPath to the confirmed destination org unit so the account is reorganized.
3
confirmMove
getUser
Read the user back to confirm the orgUnitPath now reflects the new organizational unit.