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

Start building not clicking