remove_user: Remove User

View source: R/user_management.R

remove_userR Documentation

Remove User

Description

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.


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