AdminCreateUserConfigType
The configuration for creating a new user profile.
Types
Properties
Link copied to clipboard
Set to True
if only the administrator is allowed to create user profiles. Set to False
if users can sign themselves up via an app.
Link copied to clipboard
The message template to be used for the welcome message to new users.
Link copied to clipboard
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 the MessageAction
parameter. The default value for this parameter is 7.
Functions
Link copied to clipboard
inline fun copy(block: AdminCreateUserConfigType.Builder.() -> Unit = {}): AdminCreateUserConfigType