Domain restrictions (User exemptions)
Get user exempt from collaboration domain restrictions
Returns a users who has been exempt from the collaboration domain restrictions.
get/collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}
Path parameters
collaboration_whitelist_exempt_target_idstring required
The ID of the exemption to the list.
Response
Returns the user's exempted from the list of collaboration domains.
Example response
{
"id": "11446498",
"type": "collaboration_whitelist_exempt_target",
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
},
"user": {
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}