I want to perform custom operation after user registration. I couldn't find any method in engine where I can put the custom code.
How can I extend CustomerMgr class to override registerCustomer method
Thanks,
Bharat
Just use the custom engine and add your code after the API call.
Sorry I couldn't find action like registration or update for customer in custom engine.
I am looking for the customer registration, update and delete action.