Hi,
I am using CQ 5.6.1 and trying to find out the API that I should use for updating user properties. I am trying to write back some properties in the preferences node of the logged in user.
I thought of using com.day.cq.security.AccountManager.updateAccount .. but it looks like the parameter needs com.day.cq.security.user.User which seems to have been deprecated,
Is there a better way to update the properties? Please provide inputs
Thanks and regards,
AJ