Google Workspace · Arazzo Workflow
Google Workspace Reset a User Password
Version 1.0.0
Confirm a user, set a new password forcing change at next login, sign them out.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
reset-user-password
Set a temporary password for a user and revoke their existing sessions.
Reads the user to confirm it exists, patches a new password with changePasswordAtNextLogin set, and signs the user out of all sessions to invalidate existing credentials.
1
lookupUser
getUser
Confirm the user exists and capture its id before changing the password.
2
setPassword
patchUser
Patch the user with the new temporary password and force a password change at the next login.
3
revokeSessions
signOutUser
Sign the user out of all active sessions so the previous password can no longer be used.