Google Apps User Create
This handler creates a new user
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler creates a new Google Apps user account using the Provisioning API. Any errors that occur during the account creation process will be caught and re-raised by this handler.
* Provisioning API must be enabled. To do so, you must: 1. Log in to your admin account and select either the "Domain Settings" or "Users and groups" tab, depending on what control panel version you have. 2. Select the Settings tab. 3. Select the checkbox to enable the Provisioning API. 4. Save your changes.
Parameters
Name | Description |
---|---|
Username | The username for the new user. |
First Name | The first name of the new user. |
Last Name | The last name of the new user. |
Password | The password for the new user. Must be 8 characters or longer. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Username | test.account |
First Name | Test |
Last Name | Account |
Password | password |
Results
This handler returns no resultsChange Log
Version | Date | Description |
---|