This action will be executed each time in loop when a single user get imported from the list of users.
Hook Name: arm_after_user_import
Hook Type: Action
Source: core/classes/class.arm_members.php
Usage:
add_action( 'arm_after_user_import', 'your_function');
function your_function($user_id) {
//Do Your Action.
//$user_id User ID.
}
Parameters:
$user_id
User ID