invite Message Template
Parameters
value
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. See also Customizing User Invitation Messages .
suspend fun inviteMessageTemplate(argument: suspend UserPoolInviteMessageTemplateArgsBuilder.() -> Unit)
Parameters
argument
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. See also Customizing User Invitation Messages .