Start a conversation

Articles

  • Retrieve a List of Awards Held by a User

    Overview You can use this API request to retrieve a list of *UserAward* describing the count and *AwardType* held by a user on your AnswerHub site. Information /services/v2/user/[userId]/award.json Yo...

  • Make a User Follow Another User

    Overview You can use this API request to make a user start following a specific user. Information /services/v2/user/[userId]/follow.json You can use the following parameters in your make a user follow...

  • Make a User Unfollow Another User

    Overview You can use this API request to make a user stop following another user. Information /services/v2/user/[userId]/unfollow.json You can use the following parameters in your make a user unfollow...

  • Suspend a User

    Overview You can use this API request to suspend a user from accessing or interacting with your AnswerHub site, if you would like to warn a user for misconduct within the community. Information /servi...

  • Unsuspend a User

    Overview You can use this request to unsuspend a user. Information /services/v2/user/[userId]/unsuspendUser.json You can use the following parameters in your unsuspend a user request: Specific options...

  • Deactivate User

    Overview You can use this API request to deactivate and suspend a user for users who are not abiding by the community rules. Information /services/v2/user/[userId]/deactivateUser.json You can use the ...

  • Reactivate User

    Overview You can use this API request to reactivate and unsuspend a user. Information /services/v2/user/[userId]/reactivateUser.json You can use the following parameters in your reactivate a user requ...

  • Retrieve User by Username

    Overview You can use this API request to return a user node by their username. Information /services/v2/user/getByUsername.json?username=[data] You can use the following parameters in your Get User by...

  • Retrieve Topics of Expertise

    Overview You can use this API request to return a list of topics a user has expertise in. Information /services/v2/user/[userId]/expertise.json You can use the following parameters in your get topics ...

  • Award Reputation

    Overview You can use this API request to award a given amount of reputation points to a user. Information /services/v2/user/[userId]/awardReputation.json?points=[data] You can use the following parame...