Skip to content

Create Alias

workmail_create_alias 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.

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.

Value

An empty list.

Request syntax

svc$create_alias(
  OrganizationId = "string",
  EntityId = "string",
  Alias = "string"
)