Create User
Node Card
Category: User Management Nodes
Success message: User created successfully.
Typical position: After a Web Page node collecting registration fields, before a Success Final node or email verification step.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Lets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | User account created successfully | NA |
false | Creation failed (catch-all for unhandled errors) | NA |
4110 | User did not accept the privacy policy | Privacy policy is not accepted |
4021 | The email domain is blocked from registering | Email is not allowed to register |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Use this node at the end of any registration flow immediately after collecting user credentials and profile data. Connect the true output to an email verification step or a Success Final node depending on your verification requirements.