Skip to contents

Add a user to a Google Group

Usage

add_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 add to the group.

Value

JSON object detailing successful user addition attributes.