Creates a user who can be used in WorkMail by calling the RegisterToWorkMail operation
Source:R/workmail_operations.R
workmail_create_user.RdCreates 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 = NULL,
Role = NULL,
FirstName = NULL,
LastName = NULL,
HiddenFromGlobalAddressList = NULL,
IdentityProviderUserId = NULL
)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
The password for the new user.
- Role
The role of the new user.
You cannot pass SYSTEM_USER or RESOURCE role in a single request. When a user role is not selected, the default role of USER is selected.
- FirstName
The first name of the new user.
- LastName
The last name of the new user.
If this parameter is enabled, the user will be hidden from the address book.
- IdentityProviderUserId
User ID from the IAM Identity Center. If this parameter is empty it will be updated automatically when the user logs in for the first time to the mailbox associated with WorkMail.