Domain restrictions for collaborations
Add domain to list of allowed collaboration domains
Creates a new entry in the list of allowed domains to allow collaboration for.
post/collaboration_whitelist_entries
Request body
Example request
{
"domain": "example.com",
"direction": "inbound"
}Response
Returns a new entry on the list of allowed domains.
Example response
{
"id": "11446498",
"type": "collaboration_whitelist_entry",
"domain": "example.com",
"direction": "both",
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
},
"created_at": "2012-12-12T10:53:43-08:00"
}