Google Workspace · Arazzo Workflow
Google Workspace Promote a User to Super Administrator
Version 1.0.0
Confirm a user exists, grant super admin, then verify the admin flag.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
promote-user-to-admin
Grant super administrator privileges to an existing user and verify.
Reads the user to confirm it exists and is not already an admin, calls the makeAdmin operation to grant super administrator status, then re-reads the user to confirm the isAdmin flag.
1
lookupUser
getUser
Read the user by its key to confirm the account exists and capture its current admin status.
2
makeAdmin
makeUserAdmin
Grant super administrator privileges to the user via the dedicated makeAdmin operation.
3
confirmAdmin
getUser
Re-read the user to confirm the isAdmin flag is now true after the promotion.