rybbit_update_user_traits
Replace a user's profile traits with a new complete set. Include every trait to keep, as this overwrites existing data.
Instructions
Replace the profile traits of an identified user. WARNING: this is a wholesale replacement, not a merge — include every trait you want to keep. Max 2KB serialized. Requires the users:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID or identifier | |
| traits | Yes | JSON object string of the complete new traits (replaces existing) | |
| userId | Yes | User identifier |