View source: R/user_management.R
add_user | R Documentation |
Add a user to a Google Group
add_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 add to the group. |
JSON object detailing successful user addition attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.