View source: R/workmail_operations.R
workmail_create_group | R Documentation |
Creates a group that can be used in WorkMail by calling the register_to_work_mail
operation.
See https://www.paws-r-sdk.com/docs/workmail_create_group/ for full documentation.
workmail_create_group(OrganizationId, Name, HiddenFromGlobalAddressList = NULL)
OrganizationId |
[required] The organization under which the group is to be created. |
Name |
[required] The name of the group. |
HiddenFromGlobalAddressList |
If this parameter is enabled, the group will be hidden from the address book. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.