View source: R/workmail_operations.R
workmail_update_primary_email_address | R Documentation |
Updates the primary email for a user, group, or resource. The current email is moved into the list of aliases (or swapped between an existing alias and the current primary email), and the email provided in the input is promoted as the primary.
See https://www.paws-r-sdk.com/docs/workmail_update_primary_email_address/ for full documentation.
workmail_update_primary_email_address(OrganizationId, EntityId, Email)
OrganizationId |
[required] The organization that contains the user, group, or resource to update. |
EntityId |
[required] The user, group, or resource to update. The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
|
Email |
[required] The value of the email to be updated as primary. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.