Update User
Node Card
Category: User Management Nodes
Success message: UserInfo updated successfully.
Typical position: After a Web Page node collecting updated profile fields, in account settings or password-change flows.
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 | Profile updated successfully | NA |
false | Update failed (catch-all for unhandled errors) | NA |
4007 | The user account was not found | User does not exist |
4025 | The password update operation failed | Update password failed |
4020 | The privacy policy version does not match | Privacy policy does not match |
4021 | The email domain is blocked from registering | Email is not allowed to register |
4130 | The phone number is already associated with another account | This Phone number is already registered |
4131 | The username is already taken on this site | This username is already registered with this website |
4037 | The email address is already registered on this site | Email address is already registered with your LoginRadius site |
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 in profile-edit and password-change flows after collecting updated values from the user. Only fields present in the current form session are patched: omitted fields retain their existing values.