How to use Auth0 management API to retrieve user metadata

i figured this out.

await management.users.get({ id: USER_ID }, function (err, user) {
console.log(user);
});