Create user exemption from collaboration domain restrictions
POST https://{{api.box.com}}/2.0/collaboration_whitelist_exempt_targets
Exempts a user from the restrictions set out by the allowed list of domains
https://developer.box.com/reference/post-collaboration-whitelist-exempt-targets
Request Body
{"user"=>{"id"=>"23522323"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"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"}