Steps to Add a Save User Action

  1. Log in to the Kuika platform.
  2. Open the project you will be working on from the Apps screen.
  3. Go to the UI Design module.
  4. Open the Properties panel on the right side.
  1. + ADD ACTION menu, add the Authorisation > Save User action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).

Parameter Definitions

Required Parameters

  • User Name (String): The user's email address. Used for authentication.
  • First Name (String): The user's first name.
  • Last Name (String): The user's last name.
  • Role Names (Array of String): The roles the user has. Example: [‘Admin’, ‘User’]
  • Starting Screen ID (String): The ID number of the screen to be redirected to upon login.
  • Phone Number (String): The user's contact number.

Optional Parameters

  • Don't Send Email (Boolean): Prevents email notifications from being sent (true does not send).
  • Two Factor Authentication Type (Enum): Two-factor authentication options such as None, Email, SMS, Authenticator App.