Create User Action Application Steps

  1. Log in to the Kuika platform.
  2. Select your project from the Apps screen.
  3. Go to the UI Design module.
  4. Open the screen where the new user creation process will take place.
  5. Create a button or form (e.g., ‘Add User’).
  6. Select the relevant component and open the Properties panel.
  1. Select the button and add the Authorisation > Create User action from the + ADD ACTION menu according to the desired trigger event (Initial Actions, OnClick, OnBlur, etc.).

Configure Action Parameters

  • User Name (String-Required): The user's email address in the system.
  • First Name (String-Required): The user's first name.
  • Last Name (String-Required): The user's last name.

When the user is created, the system automatically sends a Set Password email. The user logs in using the temporary link in the email and is prompted to set a new password on their first login.

Optional Parameters

  • Don't Send Email (Boolean): If True, no password creation email is sent to the user.
  • Phone Number (String): The user's phone number.
  • Language: The user's preferred system language (en, tr, etc.).

Parameters can be entered as fixed values or retrieved from dynamic sources (e.g. Screen Input, Form Component, Current, Action Result, etc.) using the Symbol Picker tool.