I am trying to make a snippet that displays the fullname of all webusers in a specific group. I could not find an API call for this, so I tried querying the database directly instead, but I just can’t figure out the correct SQL to use. I can get the correct groupid from a given groupname. The problem is to get the list of fullnames of the users that are in that group. Would any of the SQL guru’s out there be so kind to help me out with this query?
-
☆ A M B ☆
- 24,524 Posts
I will be doing that in the morning; I’ll post the query when I get it working.
-
☆ A M B ☆
- 24,524 Posts
Oooh, thank you! I needed to do that for a project I’m working on, and now I don’t have to work it out! (except I want the email too, but that’s no big deal).