workmail_create_alias {paws.end.user.computing} | R Documentation |
Adds an alias to the set of a given member (user or group) of WorkMail
Description
Adds an alias to the set of a given member (user or group) of WorkMail.
See https://www.paws-r-sdk.com/docs/workmail_create_alias/ for full documentation.
Usage
workmail_create_alias(OrganizationId, EntityId, Alias)
Arguments
OrganizationId |
[required] The organization under which the member (user or group) exists. |
EntityId |
[required] The member (user or group) to which this alias is added. |
Alias |
[required] The alias to add to the member set. |
[Package paws.end.user.computing version 0.9.0 Index]