update
- Home
- Activity Feed
- Status
- update
update
Change the status for a user
Parameters
Name | Description |
user_id required | user_id |
status required | The New Status |
Request Syntax
https://services.onesite.com/1/status/update.json?node_id=188234&user_id=229928503&status=New Status Update&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 |
{ "code":100, "message":"Status successfully updated.", "content":{ "status_id":1014441, "status":"New Status Update" } } |
Service Information
Service | status |
Method | update |
Type | REST |
Response Types | JSON, XML |