Collaboration whitelist exempt target

The record that represents a target user that is exempt from the 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 object

Acme Inc.

The name of the enterprise

enterprise

Value is always enterprise

string
11446498

The unique identifier for this object

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

The time the entry was modified

string
collaboration_whitelist

Value is always collaboration_whitelist

object

The user that has been exempt

string
11446498

The unique identifier for this object

string
Acme Inc.

The name of the enterprise

string
enterprise

Value is always enterprise

Response Example

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