App Logo
google.com

Create a Google Workspace user (Admin console)

Creates a new user in the Google Admin console (Workspace) under the domain of the given admin account: fills first/last name, primary email local-part, optional secondary (personal) email, submits with an auto-generated 16-char password, and optionally sends the native "set your password" login-instructions email to the secondary address. Returns the created email and generated password. The admin account must already be signed in to this browser, with a session recent enough that Google does not ask to confirm the password again — when it does, the script stops before touching anything and tells you to sign in once by hand.

Input

lastName required
firstName required
adminEmail required

Already-signed-in Google Workspace admin account to select in the account chooser, e.g. [email protected]

primaryEmailLocalPart required

Local part of the new user's primary email (before @), the domain is whatever is preselected for this Workspace

secondaryEmail optional

Personal/secondary email to register on the account and optionally send login instructions to

sendLoginInstructions optional

If true and secondaryEmail is set, sends Google's native login-instructions email (a set-your-password link, not the raw password) to secondaryEmail. Default false.

Default: false

Output

email required
password required

Auto-generated 16-character temporary password

loginInstructionsSent required

FAQ

Creates a new user in the Google Admin console (Workspace) under the domain of the given admin account: fills first/last name, primary email local-part, optional secondary (personal) email, submits with an auto-generated 16-char password, and optionally sends the native "set your password" login-instructions email to the secondary address. Returns the created email and generated password. The admin account must already be signed in to this browser, with a session recent enough that Google does not ask to confirm the password again — when it does, the script stops before touching anything and tells you to sign in once by hand.
Required: adminEmail, firstName, lastName, primaryEmailLocalPart. Optional: secondaryEmail, sendLoginInstructions.
It returns email, password, loginInstructionsSent.
Yes. It acts as you on google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the google.com cookies saved by the Reduck extension.
It makes changes on google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/google.com/admin_create_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/google.com/admin_create_user
It is part of Reduck's official curated catalogue.

Start building not clicking