Update Users custom data


                https://api.ocamba.com/v1/hood/users/custom-data
            

Updates the Custom Users data by setting the values of the parameters passed


Name
Description
custom_dataobjectrequired
Custom data that you wish to add for the user. Key-value pairs {key:value}
Name
Description
keystring
Key for the custom data.


Example: clicker

valuestring
Value for the custom data


Example: 1

user_idstringrequired
User id generated by the Ocamba platform.


Example: 1299481029301

204 - No Content
Arrow
note
1 List of users represents users you want to update, custom data object represents user property you want to update.
200 Arrow
{
  "user_id":["12345","54321","67891","19876"],
  "custom_data":{"clicker":"1"}
}