Box Developer Documentation
 

    Terms of service user status

    This resource is used by enpoints 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

    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"
      }
    }