Skip to contents

Remove a user from a Google Group

Usage

remove_user(domain, group, email)

Arguments

domain

Required. A GSuite domain: 'somedomain.org'

group

Required. The name of a Google Group. A listing of groups in your domain can be obtained by running list_groups(domain = 'mydomain.org')

email

Required. The Gmail Account of the user that you would like to remove from the group.

Value

If successful, an empty JSON response will be received.