View source: R/workmail_operations.R
workmail_register_to_work_mail | R Documentation |
Registers an existing and disabled user, group, or resource for WorkMail use by associating a mailbox and calendaring capabilities. It performs no change if the user, group, or resource is enabled and fails if the user, group, or resource is deleted. This operation results in the accumulation of costs. For more information, see Pricing. The equivalent console functionality for this operation is Enable.
See https://www.paws-r-sdk.com/docs/workmail_register_to_work_mail/ for full documentation.
workmail_register_to_work_mail(OrganizationId, EntityId, Email)
OrganizationId |
[required] The identifier for the organization under which the user, group, or resource exists. |
EntityId |
[required] The identifier for the user, group, or resource to be updated. The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
|
Email |
[required] The email for the user, group, or resource to be updated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.