workmail_create_user: Creates a user who can be used in WorkMail by calling the...

View source: R/workmail_operations.R

workmail_create_userR Documentation

Creates a user who can be used in WorkMail by calling the RegisterToWorkMail operation

Description

Creates a user who can be used in WorkMail by calling the register_to_work_mail operation.

See https://www.paws-r-sdk.com/docs/workmail_create_user/ for full documentation.

Usage

workmail_create_user(OrganizationId, Name, DisplayName, Password)

Arguments

OrganizationId

[required] The identifier of the organization for which the user is created.

Name

[required] The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.

DisplayName

[required] The display name for the new user.

Password

[required] The password for the new user.


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