MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Get all user profiles in MOSS 2007?

  Asked By: Alec Morrow         Date: Jun 26, 2007      Category: MOSS      Views: 375
 

Does anyone know how this can be done? I need to make a drop down box
of all MOSS users but I can't find anything that addresses a profile
collection. Any help would be greatly appreciated.

Tagged:              

 

3 Answers Found

 
Answer #1       Answered By: Eliza Hutchinson          Answered On: Jun 26, 2007       

That is a function of the Shared Service Provider. Create an SSP and you can
configured the user  profile stuff from there.

 
Answer #2       Answered By: Lesley Tate          Answered On: Jun 26, 2007       

Looking for a little more info here, like the namespace or
webservice to use and maybe some sample code would be great.

 
Answer #3       Answered By: Vinay Thakur          Answered On: Jun 26, 2007       

Namespace:
msdn2.microsoft.com/.../....server.userprofiles.as\
px
(watch out for any references to the Microsoft.SharePoint.Portal.*
namespaces because they are obsolete)

Web Service:
msdn2.microsoft.com/en-us/library/aa980957.aspx
(if you figure out how to get all the profiles  in a single WS call,
let me know... although I can see how that's a bit too much data to
send over the wire)

 
Didn't find what you were looking for? Find more on Get all user profiles in MOSS 2007? Or get search suggestion and latest updates.


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