class Aws::WorkMail::Types::CreateUserRequest

@note When making an API call, you may pass CreateUserRequest

data as a hash:

    {
      organization_id: "OrganizationId", # required
      name: "UserName", # required
      display_name: "String", # required
      password: "Password", # required
    }

@!attribute [rw] organization_id

The identifier of the organization for which the user is created.
@return [String]

@!attribute [rw] name

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

@!attribute [rw] display_name

The display name for the new user.
@return [String]

@!attribute [rw] password

The password for the new user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/CreateUserRequest AWS API Documentation

Constants

SENSITIVE