In MOSS 2007 using UserProfileServ开发者_运维问答ice webservice I'm able to read/update an already existing property from a user profile. Is possible to use this webservice to create new properties ? If yes how ?
Thank you !
No, it does not support adding new profile properties. You will need to use the Office Server API.
Here is some more detail information. http://blogs.interakting.co.uk/danmatthews/archive/2007/04/24/40.aspx
精彩评论