Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Terms of service user status

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

The association between a Terms of Service and a user.

string
11446498

The unique identifier for this terms of service user status.

string
terms_of_service_user_status

The value will always be terms_of_service_user_status.

Value is always terms_of_service_user_status

string (date-time)
2012-12-12T10:53:43-08:00

When the legal item was created.

boolean
true

If the user has accepted the terms of services.

string (date-time)
2012-12-12T10:53:43-08:00

When the legal item was modified.

The terms of service.

The user.

Response Example

{
  "id": "11446498",
  "type": "terms_of_service_user_status",
  "created_at": "2012-12-12T10:53:43-08:00",
  "is_accepted": true,
  "modified_at": "2012-12-12T10:53:43-08:00",
  "tos": {
    "id": "11446498",
    "type": "terms_of_service"
  },
  "user": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  }
}