Domain restrictions (User exemptions)
Create user exemption from collaboration domain restrictions
Exempts a user from the restrictions set out by the allowed list of domains for collaborations.
post/collaboration_whitelist_exempt_targets
Request body
Example request
{
"user": {
"id": "23522323"
}
}Response
Returns a new exemption entry.
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"
}