Back to Google Apps Integrations
Handler · Version 2

Google Apps User Create Google Apps

Download GitHub

About

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 Sample
Username The username for the new user. test.account
First Name The first name of the new user. Test
Last Name The last name of the new user. Account
Password The password for the new user. Must be 8 characters or longer. password
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.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top