gam_admin_create_user
Create a new Google Workspace user account, optionally generating a secure random password if none is provided.
Instructions
Creates a new user account in the Google Workspace directory. If password is omitted on a non-dry-run, a secure random password is generated and returned ONCE in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Validate without creating the user (default true). | |
| password | No | Optional explicit password (>=8 chars). If omitted, one is generated. | |
| givenName | Yes | The user's first name. | |
| familyName | Yes | The user's last name. | |
| orgUnitPath | No | Target OU path (e.g. "/Sales/Staff"). | |
| primaryEmail | Yes | The primary email address for the new user. | |
| adminUserEmail | Yes | The administrator email to impersonate. |