network_user_new_form WordPress Action Hook
The network_user_new_form hook is called after the user registration form has been displayed. This hook can be used to add extra fields to the form or to modify the default fields.
do_action( 'network_user_new_form' ) #
Fires at the end of the new user form in network admin.