View source: R/workmail_operations.R
workmail_update_group | R Documentation |
Updates attributes in a group.
See https://www.paws-r-sdk.com/docs/workmail_update_group/ for full documentation.
workmail_update_group(
OrganizationId,
GroupId,
HiddenFromGlobalAddressList = NULL
)
OrganizationId |
[required] The identifier for the organization under which the group exists. |
GroupId |
[required] The identifier for the group to be updated. The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
|
HiddenFromGlobalAddressList |
If enabled, the group is hidden from the global address list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.