addModerators
Adds a moderator for a forum.
Parameters
| Name | Description |
| forum_id required | Forum ID. |
| user_id required | User ID of user making request. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcForum?action=addModerators&forum_id=233613&user_id=143593317&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 |
{ "service":"ugcForum", "action":"addModerators", "code":1, "message":"Moderators Added" } |
Service Information
| Service | ugcForum |
| Method | addModerators |
| Type | REST |
| Response Types | JSON, XML |