Box Developer Documentation

Shield List Content (Email)

Representation of content of a Shield List that contains email addresses data.

string
email

The type of content in the shield list.

Value is always email

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

List of emails

Response Example

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