add_user: Add User

View source: R/user_management.R

add_userR Documentation

Add User

Description

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.


thewileylab/googleGroupR documentation built on Oct. 7, 2022, 4:35 a.m.