メインコンテンツへスキップ
GET
/
collaboration_whitelist_exempt_targets
/
{collaboration_whitelist_exempt_target_id}
cURL
curl -i -X GET "https://api.box.com/2.0/collaboration_whitelist_exempt_targets/984923" \
     -H "authorization: Bearer <ACCESS_TOKEN>"
{
  "id": "11446498",
  "type": "collaboration_whitelist_exempt_target",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "user": {
    "id": "11446498",
    "type": "user",
    "name": "Aaron Levie",
    "login": "ceo@example.com"
  },
  "created_at": "2012-12-12T10:53:43-08:00",
  "modified_at": "2012-12-12T10:53:43-08:00"
}
このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

collaboration_whitelist_exempt_target_id
string
required

リストに対する除外のID。

Response

コラボレーションドメインのリストから除外されたユーザーを返します。

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

id
string

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

Example:

"11446498"

type
enum<string>

値は常にcollaboration_whitelist_exempt_targetになります。

利用可能なオプション:
collaboration_whitelist_exempt_target
Example:

"collaboration_whitelist_exempt_target"

enterprise
Enterprise · object

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

user
ユーザー (Mini) · object

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

created_at
string<date-time>

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

Example:

"2012-12-12T10:53:43-08:00"

modified_at
string<date-time>

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

Example:

"2012-12-12T10:53:43-08:00"