Back to Google Apps Integrations
Handler · Version 1

Google Apps Group Remove Users Google Apps

Download GitHub

About

This handler uses the Google Provisioning API library to remove the specified users from a group. If any of the provided users do not exist within the group, they will be ignored. Any errors that occur during the posting 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
Group ID The id of the group that the specified users should be removed from. The group id of the 'test.group@acme.com' group is 'test.group'. 'test.group'
Users A comma separated list of user ids or email addresses that correspond to users that should be removed to the specified group. The user id of 'john.doe@acme.com' is 'john.doe'. 'jane.user@acme.com,joe.user@acme.com'
Changelog

GoogleAppsGroupRemoveUsers_V1 (2012-06-20)

  • Initial version. See README for details.
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