Start a conversation

Articles

  • Add User(s) to a Group

    Overview You can use this API request to add a user or users to a group. Information /services/v2/group/[groupId]/add.json?users=[userId] You can use the following parameters in your add user(s) to a ...

  • Remove User(s) From a Group

    Overview You can use this API request to remove a user or users from a group. Information /services/v2/group/[groupId]/remove.json?users=[userId] You can use the following parameters in your remove us...

  • User-related REST APIs

    Overview Access comprehensive documentation and data models for managing users within the AnswerHub platform, including sorting criteria, user fields, and identification methods. Information Documenta...

  • Create a User

    Overview You can use this API request to create a new user as if they had explicitly registered into the system through the GUI. Information /services/v2/user You can use the following parameters in y...

  • Retrieve User Information

    Overview You can use this API request to retrieve detailed information about a user. Information /services/v2/user/[userId].json You can use the following parameters in your retrieve user information ...

  • Retrieve User List

    Overview You can use this API request to retrieve a paged list of the users that have been created on your AnswerHub site. Information /services/v2/user.json You can use the following parameters in yo...

  • Update a User

    Overview You can use this API request to update or edit a previously created user that has already on your AnswerHub site. Information /services/v2/user/[userId].json You can use the following paramet...

  • Retrieve a List of Questions Posted by a User

    Overview You can use this API request to retrieve a list of questions posted by a user on your AnswerHub site. Information /services/v2/user/[userId]/question.json You can use the following parameters...

  • Retrieve a List of Answers Posted by a User

    Overview You can use this API request to retrieve a list of answers posted by a user on your AnswerHub site. Information /services/v2/user/[userId]/answer.json You can use the following parameters in ...

  • Retrieve a List of Actions Performed by a User

    Overview You can use this API request to retrieve a list of actions performed by a user on your AnswerHub site. Information /services/v2/user/[userId]/action.json You can use the following parameters ...