Browse by Tags

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: User content when deleting users through REST API

    In TC5.0sp1, what happens to a user's content when that user's account is deleted through the REST API? Is it assigned to the anonymous user? Is there a way to choose the account that takes ownership of that content?
  • 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...