censorUserPost
- Home
- Forums
- UgcForumPost
- censorUserPost
censorUserPost
Censors a forum post made by a particular user.
Parameters
Name | Description |
post_id required | ID of a forum post. |
user_id required | ID of the user performing an action. |
censored_by required | User ID who is censoring a forum post. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForumPost?action=censorUserPost&post_id=516738587&user_id=143593317&censored_by=143593317&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForumPost", "action":"censorUserPost", "code":1, "message":"1 post(s) successfully censored", "item":true } |
Service Information
Service | ugcForumPost |
Method | censorUserPost |
Type | REST |
Response Types | JSON, XML |