removeFromList
- Home
- Users & Groups
- UgcUserList
- removeFromList
removeFromList
Remove users from list.
Parameters
| Name | Description |
| listID required | The primary identifier of the list |
| userID required | The user’s primary identifier |
| userIDs required | A comma seperated list of userIDs |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcUserList?action=removeFromList&userID=229928503&listID=1132711&userIDs=229751571&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 |
{ "service":"ugcUserList", "action":"removeFromList", "code":1, "message":"Users successfully removed.", "item":{ "listID":1132711, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test User List", "description":null, "status":null, "dateCreated":null, "listUserIDs":{ "1":"229829209" }, "listURL":"https://services.onesite.com/go/userList/view/1132711", "userCount":1 } } |
Service Information
| Service | ugcUserList |
| Method | removeFromList |
| Type | REST |
| Response Types | JSON, XML |