Box Developerドキュメント

許可されたコラボレーションドメインからユーザーを除外

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

この会社に許可されたコラボレーションドメインのリストによって課せられた制限から除外されるユーザー。

string
11446498

この除外の一意の識別子。

string
collaboration_whitelist_exempt_target

値は常にcollaboration_whitelist_exempt_targetになります。

次の値に固定: collaboration_whitelist_exempt_target

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

エントリが作成された日時。

object

このエントリが属する企業。

11446498

この会社の一意の識別子。

enterprise

値は常にenterpriseになります。

次の値に固定: enterprise

Acme Inc.

企業の名前。

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

エントリが変更された日時。

除外されているユーザー。

レスポンスの例

{
  "id": "11446498",
  "type": "collaboration_whitelist_exempt_target",
  "created_at": "2012-12-12T10:53:43-08:00",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "modified_at": "2012-12-12T10:53:43-08:00",
  "user": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  }
}