AdminCreateUserConfigType
The settings for administrator creation of users in a user pool. Contains settings for allowing user sign-up, customizing invitation messages to new users, and the amount of time before temporary passwords expire.
Types
Properties
Link copied to clipboard
The setting for allowing self-service sign-up. When true
, only administrators can create new user profiles. When false
, users can register themselves and create a new user profile with the SignUp
operation.
Link copied to clipboard
The template for the welcome message to new users. This template must include the {####}
temporary password placeholder if you are creating users with passwords. If your users don't have passwords, you can omit the placeholder.
Link copied to clipboard
This parameter is no longer in use.
Functions
Link copied to clipboard
inline fun copy(block: AdminCreateUserConfigType.Builder.() -> Unit = {}): AdminCreateUserConfigType