I am trying to call GetUserInfo on a sharepoint list (using sharepoint web services), which seems to work fine, but only if the user I'm trying to get the details has already added the item to the list using the actual sharepoint site.
I would like to be able to call GetUserInfo for people who have already added an item to the list.
The list itself is open to any NT AUTHORITY \ authenticated user to send messages, when they add a list item, it seems to add them as a member of the site, but it does not seem to add them to a specific group or role (as far as I can see!)
Does anyone else face the same problem? Is a workaround available?
source
share