Start a conversation

Suspend User Account

Overview


Information

/services/v2/users/gdpr/[user-id]/suspend.json

- URL Params
No params needed; the user ID is already a path param.

- Data Params
No data params

For Permissions, Requirements, and More Detailed Information:

Reference the GDPR Plugin Docs in the Non-Reference portion of the documentation.

Sample Request

A POST Suspend User Account request for a user named suspendabletestuser (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 POST "https://apidocs.cloud.answerhub.com/services/v2/users/gdpr/111/suspend.json"
curl 
-u answerhub:test123
-H "Accept:application/json" 
-H "Content-Type:application/json"
-X POST "https://apidocs.cloud.answerhub.com/services/v2/users/gdpr/111/suspend.json"

Expected Responses

- Success Response:
Code: 200

- Error Response:
Code: 422 UNPROCESSABLE ENTRY
Content: { error: "Invalid User Id" }

Sample Response

Successful Response:

  • HTTP Status 200 - OK
  • JSON
{ "message": "User 111 suspended successfully" }
{
    "message": "User 111 suspended successfully"
}
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments