Google Workspace · Arazzo Workflow
Google Workspace Offboard a User
Version 1.0.0
Suspend a departing user, sign them out of all sessions, and confirm the state.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
offboard-user
Suspend a user, revoke their sessions, and verify the suspension.
Patches the user resource to suspended, signs the user out of all sessions to revoke active access, and fetches the user to confirm the suspended flag is set.
1
suspendUser
patchUser
Patch the user to a suspended state so they can no longer sign in, while leaving the rest of the profile intact.
2
signOutUser
signOutUser
Sign the user out of all active web and device sessions and reset their sign-in cookies to immediately revoke access.
3
confirmSuspended
getUser
Read the user back to confirm the suspended flag is set before completing the offboarding flow.