how to get all user meta data by user ID in Wordpress?
You can use wpcli for this: In the console type...
wp user meta list user
user = The user login, user email, or user ID of the user to get metadata for.