The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

Enumerate Members of SP Group via _vti_bin/ListData.svc/UserInformationList

Does anyone know if it is possible to enumerate the members of a group via the ListData.svc? I understand that I can do this via ECMA CSOM, but I would prefer to be able to access ListData.svc with ...
0
votes
1answer
91 views

User Information List issue

I have an unusual problem with User Information List in my main site collection. After unknown circumstances, we lost quite a few users from that list (their profiles still exist). Moreover in ...
0
votes
1answer
336 views

People Picker and Site Collection User Information List

I was under the impression that the People Picker used to be able to query both the underlying authentication types (Active Directory and FBA repository) as well as the User Information List (in ...
2
votes
1answer
625 views

Prepopulate UserInfo Table on Site Collection

From SharePoint 2007 to SharePoint 2010, I have partially migrated some of our sites. However, since due to the immediateness of the requirement, sites which has issues was left behind the old ...
1
vote
0answers
36 views

Staff information Tracker help

I’ve been tasked to look at using SharePoint 2010 to better manage staff information. Staff information can include: Personal Information (name, address, phone email etc), Next of Kin information ...
2
votes
2answers
1k views

Adding SPUsers to SPGroups programmatically changes User ID

In a SharePoint Online (Office 365) environment we created a Sandboxed WebPart to put SPUsers in SPGroups. The SPGroup is created on rootlevel and has been given permissions on a subsite. This Subsite ...
2
votes
3answers
1k views

Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb

I want to update the user profile details through the code however it is throwing the below exception "Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...
2
votes
1answer
343 views

Is the User Information List deprecated in SharePoint 2010?

Is the User Information List deprecated in SharePoint 2010? I have been advised that it is, and that it can no longer be easily synched with AD. It has been suggested that if I need this sort of user ...
2
votes
2answers
1k views

Hot to get custom user property from UserInformationList

My user profiles have some custom properties. Now I need to get a list of all values that this custom property has on any user. This code return an error that "Column 'Division' does not exist. It may ...
1
vote
1answer
1k views

Missing fields from SiteUserInfoList user ListItems

I'm using the SharePoint 2010 Client Object Model to retrieve all the users from a SharePoint instance, via Web.SiteUserInfoList: var query = new CamlQuery { ViewXml = "<Query/>" }; var ...
3
votes
2answers
489 views

Deactivate the link of lookup-fields! (2010)

On our solution (SP Foundation) we multiple lists with quite some lookup fields. Some of the lookup fields are user fields who link to the user info list, and we don't want that to happen. Of ...
1
vote
1answer
305 views

User DisplayName on first-time login

Folks, we've got the problem. We are using Claims auth on a SharePoint farm. As usual (windows auth) when user login at first-time to SharePoint site, he sees his DisplayName in welcomecontrol.ascx ...
0
votes
2answers
1k views

User Profile sync with User Information List

Do these two lists have a syncing mechanism? I know of the User Profiles being synced via your data store, but does the User Profile sync with the User Information List? If so, what settings drive ...
1
vote
2answers
130 views

Is that possible to find the share point site current logged In user information?

Is that possible to find the share point site current logged In user information ? I find many reference in net it show only current user (single user info only).
2
votes
3answers
3k views

Using Sharepoint 2010 user profiles to store user information for a public facing website?

We're planning to use Sharepoint 2010 as a CMS for a website we're building. This site will also have login functionality; and my boss suggested we use Sharepoint's user profile features to store user ...
0
votes
2answers
386 views

How to make fields in User profile page read only?

I use WSS 3.0 I want fields like Name, email etc Read-Only. Is this possible? thx saumil