AdminCreateUserConfigType
The configuration for creating a new user profile.
Contents
- AllowAdminCreateUserOnly
-
Set to
True
if only the administrator is allowed to create user profiles. Set toFalse
if users can sign themselves up via an app.Type: Boolean
Required: No
- InviteMessageTemplate
-
The message template to be used for the welcome message to new users.
See also Customizing User Invitation Messages.
Type: MessageTemplateType object
Required: No
- UnusedAccountValidityDays
-
The user account expiration limit, in days, after which a new account that hasn't signed in is no longer usable. To reset the account after that time limit, you must call
AdminCreateUser
again, specifying"RESEND"
for theMessageAction
parameter. The default value for this parameter is 7.Note If you set a value for
TemporaryPasswordValidityDays
inPasswordPolicy
, that value will be used, andUnusedAccountValidityDays
will be no longer be an available parameter for that user pool.Type: Integer
Valid Range: Minimum value of 0. Maximum value of 365.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: