Box Developerドキュメント

サービス利用規約のユーザーステータス

このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 **Box APIのバージョン管理**を参照してください。

サービス利用規約とユーザーの関連付け。

string
11446498

このサービス利用規約のユーザーステータスの一意の識別子。

string
terms_of_service_user_status

値は常にterms_of_service_user_statusになります。

次の値に固定: terms_of_service_user_status

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

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

boolean
true

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

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

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

サービス利用規約。

ユーザー。

レスポンスの例

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