unsuspendacct
The account unsuspend hooks
ThisThese hooks will be executed when a user account is being un-suspended.unsuspended.
Function name :name: unsuspendacct
Base Directory :Directory: /var/eenos/hooks/unsuspendacct
Pre-Hooks Location
Please place all your pre pre-hook scrips in /var/eenos/hooks/unsuspendacct/pre/
Post Hooks Location
Please put your post hooks scripts in /var/eenos/hooks/unsuspendacct/post/
All pre-hook and post-hook scripts need execute permission to perform the requested operations.
Supported Actions
This hook will support UPDATE action only .only.
Hook Inputs
This hook will be provided with the following inputs:
- data
actions ,actions, This is compulsory. - action
UPDATE ,UPDATE, This is compulsory - panel
performperforms thehooks ,hooks, wap, This is compulsory - domain
- user
with .with. It is optional
data
The data will be a base64 encoded json string whichthat containcontains the the userdata file contents.