-
I am getting this error occasionally when creating users with the rest API, anyone any ideas of how to troubleshoot this?
-
OK Great thanks Alex
-
I have asp.net app using standard membership and its own database and forms authentication. I have a CS site that has its own database. Accounts have been created in BOTH CS and external ASP.NET app. I want to use login form from existing ASP.NET app to log into CS. What steps would I need to do this as there are two separate databases with duplicated accounts
-
Thanks Would I need to install the forms authentication add in?
-
Thanks I received a similar reply here "….Unfortunately , I don't have the best news. The GetGroups call does not support paging, the API just assumes it does based on the structure. There will hopefully be a resolution for this in the next release………." Thanks
-
Is there a way to store a users zip code when creating a user using the rest api? It needs to be private and not available to the public..
-
In the rest API how can I return more than the default of 20 groups?
-
Thanks I am using the REST api but I cannot get a reference to PagedList<CommunityServer.Hubs> list;
-
OK I have CommunityServer.WebServices.Groups.GroupQuery query = new GroupQuery(); query.PageIndex = 0; query.PageSize = 9999; PagedList<Group> neighbourhoodGroups1 = WebGroupService.GetGroups(query) But it still does not work
-
I am using the rest api from another asp.net app and yes I am getting 20 groups returned