Dear dagehring,<br><br>From the MSDN library:<br><br>NetUserGetGroups<br>The NetUserGetGroups function retrieves a list of global groups to which a specified user belongs.<br><br>Security Requirements<br>Only members of the Administrators or Account Operators local group can successfully execute NetUserGetGroups or on a computer that has local security enabled, except when users request details about their own accounts.<br><br>NET_API_STATUS NetUserGetGroups(<br> LPCWSTR servername, <br> LPCWSTR username, <br> DWORD level, <br> LPBYTE *bufptr, <br> DWORD prefmaxlen, <br> LPDWORD entriesread, <br> LPDWORD totalentries <br>);<br> <br>Good Luck<br>-pete