editDetails
- Home
- Users & Groups
- UgcUserList
- editDetails
editDetails
Edit details of a list.
Parameters
Name | Description |
listID required | The primary identifier of the list |
userID required | The user’s primary identifier |
name optional | The name of the list |
description optional | The description of the list |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcUserList?action=editDetails&userID=229928503&listID=1132709&name=Test Updated List Name&description=Test Updated List Description&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{ "service":"ugcUserList", "action":"editDetails", "code":1, "message":"User List details successfully updated.", "item":{ "listID":1132709, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test Updated List Name", "description":"Test Updated List Description", "status":null, "dateCreated":null, "listUserIDs":[ "229751571", "229829209" ], "listURL":"https://services.onesite.com/go/userList/view/1132709", "userCount":2 } } |
Service Information
Service | ugcUserList |
Method | editDetails |
Type | REST |
Response Types | JSON, XML |