List terms of service user statuses
GET https://{{api.box.com}}/2.0/terms_of_service_user_statuses?tos_id=324234
Retrieves an overview of users and their status for a
https://developer.box.com/reference/get-terms-of-service-user-statuses
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tos_id | number | The ID of the terms of service. | |
user_id | number | Limits results to the given user ID. |
RESPONSES
status: OK
{"total_count":2,"entries":[{"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"}]}