Set User Properties
This node updates user profile information and custom properties.
The Set User Properties node allows modification of user data and profile attributes.
The Set User Properties node enables updating user profile information, custom properties, and metadata. It provides a way to modify user data while maintaining proper validation and synchronization with authentication systems.
Inputs
User Data
| Data | Description |
|---|---|
| User ID | ID of user to update (defaults to current user) |
| Properties | Object containing properties to update |
Actions
| Signal | Description |
|---|---|
| Set Properties | Triggers the property update operation |
Outputs
Results
| Data | Description |
|---|---|
| Updated User | User object with updated properties |
| Success | Boolean indicating if update succeeded |
Events
| Signal | Description |
|---|---|
| Update Complete | Triggered when properties are successfully updated |
| Update Failed | Triggered if update operation fails |
Usage
Property Management
Update various types of user data:
- Profile Information: Name, email, avatar, bio
- Preferences: Theme, language, notification settings
- Custom Attributes: Application-specific user data
- Metadata: Tracking and analytics information
Example Use Cases
- Profile Updates: Allow users to modify their profile information
- Preference Settings: Save user preferences and configuration
- Progress Tracking: Update user progress and achievements
- Custom Data: Store application-specific user attributes