Box Developer Documentation

Allowed collaboration domain

This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

An entry that describes an approved domain for which users can collaborate with files and folders in your enterprise or vice versa.

string
11446498

The unique identifier for this entry.

string
collaboration_whitelist_entry

The value will always be collaboration_whitelist_entry.

Value is always collaboration_whitelist_entry

string (date-time)
2012-12-12T10:53:43-08:00

The time the entry was created at.

string
both

The direction of the collaborations to allow.

Value is one of inbound,outbound,both

string
example.com

The whitelisted domain.

object

The enterprise this list is applied to.

11446498

The unique identifier for this enterprise.

enterprise

The value will always be enterprise.

Value is always enterprise

Acme Inc.

The name of the enterprise.

Response Example

{
  "id": "11446498",
  "type": "collaboration_whitelist_entry",
  "created_at": "2012-12-12T10:53:43-08:00",
  "direction": "both",
  "domain": "example.com",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  }
}