@ Boopathy Reyan almost had it. Display all user meta data using the following code, and then browse and find the values ββyou
$user_info = get_user_meta($current_user->ID); var_dump($user_info);
You can change the USERID to anything, this is currently a setting to display the registered user ID.
source share