updateSignature
Updates a user’s forum signature contents.
Parameters
Name | Description |
user_id required | User ID of user making request. |
text optional | User’s forum signature text. |
allow_html optional | Option to allow or remove inputted html. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForum?action=updateSignature&user_id=143593317&text=This is my new signature text.&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"ugcForum", "action":"updateSignature", "code":1, "message":"Signature Updated" } |
Service Information
Service | ugcForum |
Method | updateSignature |
Type | REST |
Response Types | JSON, XML |