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.
Representation of content of a Shield List that contains email addresses data.
emailThe type of content in the shield list.
Value is always email
["example1@box.com","example2@gmail.com"]1100000List of emails.
{
"type": "email",
"email_addresses": [
"example1@box.com",
"example2@gmail.com"
]
}