Site icon Hip-Hop Website Design and Development

Fetch user related data

In my WordPress installation every User has an Organization. I am fetching user data using get_user_meta ($user->ID). With these data I can fetch Organization ID.

Organizations are saved as Custom Post.

How can I fetch Organization name ?