workmail_update_group {paws.end.user.computing} | R Documentation |
Updates attributes in a group
Description
Updates attributes in a group.
See https://www.paws-r-sdk.com/docs/workmail_update_group/ for full documentation.
Usage
workmail_update_group(
OrganizationId,
GroupId,
HiddenFromGlobalAddressList = NULL
)
Arguments
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. |
[Package paws.end.user.computing version 0.9.0 Index]