Create New User

Create New User is an action used in the Rule Panel to dynamically create a new user account in the system. This action is typically triggered by an event, such as submitting a registration form or clicking a "Create User" button.

Properties and Explanation

Here are the steps to follow in order to use the Create New User action:

1

Username

This property defines the username for the new user account. It can be a static value or a dynamic value generated using a formula. The value is evaluated at runtime using the Formula Editor. See how the Formula Editor works.

2

Email

Specifies the email address for the new user. This can also be a static value or a formula, and is evaluated at runtime. The value must be a valid email address.

3

Password

Defines the password for the new user account. This can be a static string or a formula, and is evaluated at runtime using the Formula Editor.

4

Roles

Specifies one or more roles to assign to the new user. You can select multiple roles from the available options using a multi-select editor. The roles determine the permissions and access level for the user in the system.

Example

Below is a screenshot of the Create New User action configuration, showing all properties set for Username, Email, Password, and Roles:

  • In this example, the Username, Email, and Password fields are set using formulas or static values.

  • The Roles field allows you to select one or more roles for the new user.

  • When an event (like form submission) occurs, the "Create New User" action creates a new user account with the specified details and roles.

Last updated