For user creation ,I am getting the data in attribute_list of dm_audittrail but when I am adding the user in some group then dm_audittrail is not populating with dm_save event .
I am using cara as front end so whenever I am clicking on save button from front end(cara) in edit user window after adding the user in group then dm_audittrail is populating with attribute_list column.So I thought to call the API(http://localhost:8009/dctm-rest/repositories/repo1/users/Vikas Rana) with post method so that I will get the data in attribute_list column but not succeeded.
I am able to generate the data with event name as dm_save using above API but attribute_list is not populating.
Please help.