Skip to main content
API version 2024.0 An entry that describes an approved domain for which users can collaborate with files and folders in your enterprise or vice versa.
id
string
example: 11446498The unique identifier for this entry.
type
string
example: collaboration_whitelist_entryThe value will always be collaboration_whitelist_entry.Value is always collaboration_whitelist_entry
created_at
string(date-time)
example: 2012-12-12T10:53:43-08:00The time the entry was created at.
direction
string
example: bothThe direction of the collaborations to allow.Value is one of inbound,outbound,both
domain
string
example: example.comThe whitelisted domain.
enterprise
object
The enterprise this list is applied to.
{
  "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."
  }
}