Skip to main content
API version 2024.0 A list of terms of service user statuses.
entries
Terms of service user statusarray
A list of terms of service user statuses.
total_count
integer(int64)
example: 2The total number of objects.
{
  "entries": [
    {
      "created_at": "2012-12-12T10:53:43-08:00",
      "id": "11446498",
      "is_accepted": true,
      "modified_at": "2012-12-12T10:53:43-08:00",
      "tos": {
        "id": "11446498",
        "type": "terms_of_service"
      },
      "type": "terms_of_service_user_status",
      "user": {
        "id": "11446498",
        "type": "user",
        "login": "[email protected]",
        "name": "Aaron Levie"
      }
    }
  ],
  "total_count": 2
}