利用規約ユーザーステータス

利用規約とユーザーの関連付け

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

リーガル項目が作成された日時

string
11446498

このオブジェクトの一意の識別子

boolean
true

ユーザーが利用規約に同意したかどうか

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

リーガル項目が変更された日時。

利用規約

string
terms_of_service_user_status

次の値に固定: terms_of_service_user_status

ユーザー

レスポンスの例

{
  "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,
    "login": "ceo@example.com",
    "name": "Aaron Levie",
    "type": "user"
  }
}