MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Getting user info

  Asked By: Celia Bond         Date: Mar 19, 2007      Category: MOSS      Views: 223
 

I have a web part that gets user's SID's from a web service. Is there a
way to get the user's names from SharePoint by SID? I've looked through
the object model, but am uncertain if this can be done.

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Constance Guerrero          Answered On: Mar 19, 2007       

If you're talking about MOSS, then does this help?

UserProfileManager.GetUserProfile
msdn2.microsoft.com/en-us/library/ms499294.aspx

If you're working with SP Portal 2003, the same method is available in
the Microsoft.SharePoint.Portal.UserProfiles namespace.
msdn2.microsoft.com/en-us/library/ms545690.aspx

 
Didn't find what you were looking for? Find more on Getting user info Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].