Page 1 of 1

#1 API to Disable MB Users

Posted: Wed Apr 10, 2019 4:40 pm
by kkeyanb
Hi,

Does AppZillon provide API to disable Internet/Mobile Banking Users.If so share the details of the API.If there are no API currently how do i build one with Sample Code if Possible.Thanks.

#2 Re: API to Disable MB Users

Posted: Thu Apr 11, 2019 4:32 pm
by arthanarisamy
Hi,

There are multiple ways to achieve this

1) You may use Appzillon's Admin module to update user status under User Maintenance screen.
2) Create and use Appzillon's DB service interface type to update user active status in table TB_ASMI_USER.
3) Write a custom code(Interface) around table TB_ASMI_USER to update USER_ACTIVE column with desired status and handle it accordingly.