workmail_update_primary_email_address: Updates the primary email for a user, group, or resource

View source: R/workmail_operations.R

workmail_update_primary_email_addressR Documentation

Updates the primary email for a user, group, or resource

Description

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.

Usage

workmail_update_primary_email_address(OrganizationId, EntityId, Email)

Arguments

OrganizationId

[required] The organization that contains the user, group, or resource to update.

EntityId

[required] The user, group, or resource to update.

Email

[required] The value of the email to be updated as primary.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.