Allowed collaboration domains user exemption

The user that is exempt from any of the restrictions imposed by the list of allowed collaboration domains for this enterprise.

string
"11446498"

The unique identifier for this exemption

string
"collaboration_whitelist"

collaboration_whitelist

Value is always collaboration_whitelist

string / date-time
"2012-12-12T10:53:43-08:00"

The time the entry was created

object

The enterprise this entry belongs to

"11446498"

The unique identifier for this enterprise.

"enterprise"

enterprise

Value is always enterprise

"Acme Inc."

The name of the enterprise

string / date-time
"2012-12-12T10:53:43-08:00"

The time the entry was modified

object

The user that has been exempt

string
"11446498"

The unique identifier for this enterprise.

string
"enterprise"

enterprise

Value is always enterprise

string
"Acme Inc."

The name of the enterprise

Response Example

{
  "id": "11446498",
  "type": "collaboration_whitelist",
  "created_at": "2012-12-12T10:53:43-08:00",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "modified_at": "2012-12-12T10:53:43-08:00",
  "user": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  }
}