Browse by Tags

Tagged Content List
  • Forum Post: Updating user through REST API returning XML error.

    Hi there, We would like to create, update, and delete user accounts within Telligent Community (5.0.40807.7675) using data from external sources. Unfortunately, I am running into trouble when updating user accounts. The following code demonstrates what we are trying to do and strays very little from...
  • Forum Post: Best practices for programmatically adding users to roles?

    What is the best method of programmatically adding users to specific roles within Telligent Community? I noticed that the REST API does not appear to support user role updates, only retrieval. Is the only option to call database stored procedures directly or are there better options? For what it's...
  • Forum Post: Updating user passwords via the web api?

    We just tried creating accounts for everyone in our school district and ran into some unexpected problems involving user passwords. We used the web APIs and discovered that passwords could be set properly when creating new users; however, the passwords didn't "take" when we attempted to...
  • Forum Post: Web Services API

    Is it possible to create "Group" for Telligent Community 5.5 using Web Services API ? .. Thanks
  • Forum Post: Problem creating a user with profile fields

    I cannot get the sample code described here to work: http://telligent.com/community/developers/w/wiki/set-user-s-profilefields-when-using-http-post.aspx The System.Net.WebClient does not have a direct property for ContentType, so that was the 1st problem. I tried modifying the code to use the System...
  • Forum Post: Please Ignore/DELETE (Get Active Forum Threads does not always return the thread author?)

    Update : My confusion. The result is different to the standard Forum widget, but that's because it reports the last person to comment. The REST API correctly reports the author. My assumption may be incorrect, but when I see a thread in the XML result, I had expected the Author tag to represent...
  • Forum Post: Getting Tags for a Thread or Post using the REST API

    The results from the API for Get Active Forum Threads doesn't return the Tags for that thread. Is there a way to get the tags via the REST API? We'd want to display them with the thread summary.
  • Forum Post: REST API example doesn't work for me (demo license expiration issue?)

    Hi there, I'm using the Get Active Forums Threads sample REST call (great documentation by the way, although it took some finding!). I've replaced the API key with one issued by TE . I'm doing this initial test with the admin account. Here are the lines I've changed...
  • Forum Post: API User Request object

    I'm using Telligent 5.0 trying to user the User REST object. My Request xml is <Request> <Users> <User><Username>matt.turnerd</Username><Password>[m123UdoM:</Password><PrivateEmail>matt.adfafd@cost.com</PrivateEmail><Bio>I was born<...
  • Forum Post: Problem while calling user REST API /api.ashx/v2/users.xml

    I'm trying to add user using user api as described in wiki http://telligent.com/community/developers/w/wiki/add-user.aspx. Code is shown below: /// <summary> /// Example is created using code sample on http://telligent.com/community/developers/w/wiki/add-user.aspx /// </summary> public...
  • Forum Post: Change user's Account Status through REST API?

    Does anyone know if it's possible, or will be possible, to change a user's Account Status through the REST API? We're using TC5.5 and will be handling user accounts with an external database and application that runs periodically, communicating with TC5.5 through the REST APIs. If this...
  • Forum Post: Can't update user's AccountStatus; get 403 Forbidden error

    Hi there, We are trying to update the AccountStatus field for selected users using the older, v1 API. Unfortunately, when I submit the request, I keep getting a 403 Forbidden error on line 8 (see below). At the moment, we are running Telligent Community 5.5.134.12297.I didn't include the code...
  • Forum Post: Retrieving Wiki By Key using REST API

    I'm attempting to retrieve a Wiki using the REST API in 5.5 without knowing the ID. The documentation here says I can use the url api.ashx/v2/groups/{groupid}/wikis/{key}.xml I'm not certain what to pass for the key, which doesn't seem to be displayed anywhere in the administration...
  • Forum Post: Mobile REST AJAX post

    After looking at your code for the mobile site via Firefox I was wondering if it is possible to make a REST AJAX call to the evolution platform from a mobile javascript file. I noticed that your code that does the AJAX post has a url that resides within the mobile site. So, is this possible or would...
  • Forum Post: Pregame.com is looking for that 5.6 expert.

    We are in the hunt for that person/s, team or Company that is the best at pushing Telligent Evolution 5.6 to its limit we are looking for that expert that knows the platform like the back of their hand. I’m the senior head programmer for Pregame.com. We are in the final stages of our “Requirements...
  • Forum Post: REST APIs for Blogs, Media Galleries, and Forums

    I understand that the Telligent REST APIs are pretty extensive. Are there any REST APIs that I can use to pull all blogs, media galleries, and forums within a specific group given the group ID? Similarly, are there any REST APIs that I can use to pull the blog posts within a blog, or the files within...
  • Forum Post: REST API Deserialize Response

    Hi I am trying to deserialize the response object received from the REST API calls but I the deserialization always returns an empty object. Using reflection I found no Serializable code attributes on the class?... Any help would greatly be appreciated. Web client call: public static T Get<T>...
  • Forum Post: Anonymous Users and the REST API

    We've also posed this question to support, but as it's an urgent issue we wanted to get the community's input as well. Additionally, I'm sure other users have stumbled across this problem, so if we get an answer from support we'll cross-post it here. The Requirement: Allow Telligent...