Terms of service user status

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