Google Apps User Create
Version 2
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
Name |
Description |
Username |
test.account |
First Name |
Test |
Last Name |
Account |
Password |
password |
Results
This handler does not return any results.
Changelog
GoogleAppsUserCreateV1 (2011-04-13)
- Initial version. See README for details.
GoogleAppsUserCreate_V2 (2012-06-21)
- The creation process now uses the GApps
Provisioning API instead of a raw SOAP call.
Related Handlers
- Google Apps Calendar Create
- This handler creates a new event in Google Calendar
- Google Apps Calendar Event Create
- This handler creates a new Google Calendar event.
- Google Apps Calendar Share
- This handler shares a Google Calendar
- Google Apps Calendar Unshare
- This handler unshares a Google Calendar
- Google Apps Group Add Owners
- This handler sets a list of existing users to be managers of the specified group.
- Google Apps Group Add Users
- This handler adds a list of existing users to the specified group.
- Google Apps Group Create
- This handler creates a new Google Apps group.
- Google Apps Group Delete
- This handler deletes an existing Google Apps group.
- Google Apps Group Remove Users
- This handler removes a list of users from the specified group.
- Google Apps User Delete
- This handler deletes a user from the domain database
- Google Apps User Restore
- This handler restores a user in the domain database
- Google Apps User Suspend
- This handler suspends a user from the domain database