Open the project you will be working on from the Apps screen.
Go to the UI Design module.
Open the Properties panel on the right side.
+ 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.
Enable Audit Logs (Boolean – optional): When enabled, the process of querying the role-process relationship list is added to the audit log records. This allows tracking which user viewed the role-process matches, when, and through which action. It is recommended to enable this in applications requiring authorization and security monitoring.