Fires at the bottom of the sidebar on the Manage Users page.
Usage Example
add_action( 'mainwp_manage_users_sidebar_bottom', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }