Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

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