appstream_create_user: Creates a new user in the user pool

View source: R/appstream_operations.R

appstream_create_userR Documentation

Creates a new user in the user pool

Description

Creates a new user in the user pool.

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

Usage

appstream_create_user(
  UserName,
  MessageAction = NULL,
  FirstName = NULL,
  LastName = NULL,
  AuthenticationType
)

Arguments

UserName

[required] The email address of the user.

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

MessageAction

The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

FirstName

The first name, or given name, of the user.

LastName

The last name, or surname, of the user.

AuthenticationType

[required] The authentication type for the user. You must specify USERPOOL.


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