I have a web part that gets user's SID's from a web service. Is there away to get the user's names from SharePoint by SID? I've looked throughthe object model, but am uncertain if this can be done.
If you're talking about MOSS, then does this help?UserProfileManager.GetUserProfilemsdn2.microsoft.com/en-us/library/ms499294.aspxIf you're working with SP Portal 2003, the same method is available inthe Microsoft.SharePoint.Portal.UserProfiles namespace.msdn2.microsoft.com/en-us/library/ms545690.aspx