Role_Reassign
Tuesday, April 18, 2017 at 10:03pmHi,
This is a followup question for:
https://developer.esignlive.com/forums/topic/urgent-delegation-role_reassign/
In role_reassign assume that role A reassigns to role B.
I have to store the email of the role A in role B.
Which field would be advisable to hold this information. Can I create new field for this in the JSON.
Thanks,
Abhijit
Reply to: Role_Reassign
Wednesday, April 19, 2017 at 07:40amGET https://sandbox.esignlive.com/api/packages/{packageId}/auditAnd look for the "Change Signer" event, as shown below:{ "type": "Change Signer", "date-time": "2017-04-19 16:32:52", "target": "asdadds", "target-type": "Package", "user": "John Smith", "user-email": "[email protected]", "user-ip": "xx.xx.xxx.xxx", "data": "Reassigned to: [email protected](Patty Galant)" }You can also post an enhancement request in the Enhancement Ideas forums to have a property in the JSON payload that references the original signer.