Start a conversation

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: reason

Permissions & Notes:

  • You must have the Suspend User permission under Moderation Roles in the Advanced Editor.

  • We added this request in version 1.6.3.

Sample Request

A PUT unsuspend a user request to unsuspend a user (userId: 111) sent to https://apidocs.cloud.answerhub.com using a human-readable Username:Password (answerhub:test123) would look like this:

  • cURL
curl -u "answerhub:test123" -H "Accept: application/json" -H "Content-type: application/json" -X PUT "https://apidocs.cloud.answerhub.com/services/v2/user/111/unsuspendUser.json" -v
curl 
-u "answerhub:test123" 
-H "Accept: application/json" 
-H "Content-type: application/json" 
-X PUT "https://apidocs.cloud.answerhub.com/services/v2/user/111/unsuspendUser.json" -v

In the example above, a moderator manually unsuspended suspendabletestuser (user 111). The user will not receive a notification, they will just be able to log in to the community again.

Expected Response

Successful Response:

  • HTTP Status 200 - OK
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments