Domain restrictions for collaborations
Get allowed collaboration domain
Returns a domain that has been deemed safe to create collaborations for within the current enterprise.
get/collaboration_whitelist_entries/{collaboration_whitelist_entry_id}
Path parameters
collaboration_whitelist_entry_idstring required
The ID of the entry in the list.
Response
Returns an 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"
}