Box Developerドキュメント

Shieldリストのコンテンツ (メールアドレス)

メールアドレスのデータを含むShieldリストのコンテンツの表示。

string
email

Shieldリスト内のコンテンツのタイプ。

次の値に固定: email

string array
["example1@box.com","example2@gmail.com"]
1
100000

メールアドレスのリスト

レスポンスの例

{
  "type": "email",
  "email_addresses": [
    "example1@box.com",
    "example2@gmail.com"
  ]
}