Changing User Attribute Values
User attributes describe the relationship between a user and a specific attribute. They are used to track the progress of users in your gamified experiences.
All users have a default attribute value of 0.
Modifying User Attributes
You can change the attribute value for a user by using the Update User Attribute API endpoint.
This API can either increase/decrease the attribute value, or set it to a specific value.
It is expected that in most cases, you will want to use the increase or decrease options to update the attribute value. The set option is typically used for admin purposes i.e. correcting a user’s attribute value.
Alternatively, you can browse to a user in the Users section of the dashboard, and in the Attributes tab you can view and edit the user’s attributes. This will open a popup where you can enter the new attribute value, and select whether to increase, decrease, or set the value.