Get all user from a specific blog in a multisite install?

Hi guys,
Tried various things. I want to get all the users form a specific blog. So far Ive got:

$authors = $wpdb->get_results(“SELECT ID, user_nicename from $wpdb->users ORDER BY display_name”);

But this gets all the users form every blog on my multisite! How can I get the users form a specific blog?
Thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.