Skip to main content
API version 2024.0 The user that is exempt from any of the restrictions imposed by the list of allowed collaboration domains for this enterprise.
id
string
example: 11446498The unique identifier for this exemption.
type
string
example: collaboration_whitelist_exempt_targetThe value will always be collaboration_whitelist_exempt_target.Value is always collaboration_whitelist_exempt_target
created_at
string(date-time)
example: 2012-12-12T10:53:43-08:00The time the entry was created.
enterprise
object
The enterprise this entry belongs to.
modified_at
string(date-time)
example: 2012-12-12T10:53:43-08:00The time the entry was modified.
user
User (Mini)object
The user that has been exempt.
{
  "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": "[email protected]",
    "name": "Aaron Levie"
  }
}