Tagged Questions
0
votes
1answer
74 views
Iterating over user profiles in Sharepoint Online 2013
With the on-premise instance of SharePoint, I am able to call the GetUserProfileByIndex from the User Profile Service to iterate over user profiles. However, with SharePoint online 2013, I get the ...
5
votes
3answers
279 views
How to get two User Profiles service application using C#?
Is it possible to get two User Profiles service application
1). User profile service1
2). User profile service2
I have some code which only fetches the Ist User profile service application but ...
0
votes
1answer
386 views
BDC - User profile sync won't sync with sql server/wcf service
I created simple web service which implement 2 methods (one (no parameters) return list of object, another (one parameter - upId int) returns simple object with 3 properties (bool, string, and int ...
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 ...
