View source: R/user_management.R
remove_user | R Documentation |
Remove a user from a Google Group
remove_user(domain, group, email)
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. |
If successful, an empty JSON response will be received.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.