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_exempt_target

collaboration_whitelist_exempt_target

Value is always collaboration_whitelist_exempt_target

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

The user that has been exempt

Response Example

{
  "id": "11446498",
  "type": "collaboration_whitelist_exempt_target",
  "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": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  }
}