Update terms of service status for existing user
PUT https://{{api.box.com}}/2.0/terms_of_service_user_statuses/:terms_of_service_user_status_id
Updates the status for a terms of service for a user.
https://developer.box.com/reference/put-terms-of-service-user-statuses-id
Request Body
{"is_accepted"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"11446498","type":"terms_of_service_user_status","tos":{"id":"11446498","type":"terms_of_service"},"user":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"is_accepted":true,"created_at":"2012-12-12T10:53:43-08:00","modified_at":"2012-12-12T10:53:43-08:00"}