Forum Discussion
cike
9 years agoChampion
Hi vedagarw,
I think APIv1 is a good point to start. You can use the profiles resource to set values, e.g.:
<#assign response = restadmin("/users/id/${user_id?c}/profiles/name/<PROFILE_NAME>/set?value=<YOUR_VALUE>") />You can determine the profile name values using APIv1, too.
Best regards,
Christian
Sign in to react to this post
vedagarw
9 years agoGuide
Using this I can update only couple of fields. I need to update all the settings and preferences for the user. Is there an API which would more wider set of fields to play with.
Sign in to react to this post