{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Domain Restrictions (User Exemptions) API", "version": "1.0" }, "items": [ { "info": { "name": "Domain Restrictions (User Exemptions)", "type": "folder" }, "items": [ { "info": { "name": "Box List users exempt from collaboration domain restrictions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/collaboration_whitelist_exempt_targets", "params": [ { "name": "marker", "value": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", "type": "query", "description": "Defines the position marker at which to begin returning results. This is\nused when paginating using marker-based pagination.\n\nThis requires `usemarker` to be set to `true`." }, { "name": "limit", "value": "1000", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Returns a list of users who have been exempt from the collaboration\ndomain restrictions." }, { "info": { "name": "Box Create user exemption from collaboration domain restrictions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/collaboration_whitelist_exempt_targets", "body": { "type": "json", "data": "{}" } }, "docs": "Exempts a user from the restrictions set out by the allowed list of domains\nfor collaborations." }, { "info": { "name": "Box Get user exempt from collaboration domain restrictions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/collaboration_whitelist_exempt_targets/:collaboration_whitelist_exempt_target_id", "params": [ { "name": "collaboration_whitelist_exempt_target_id", "value": "984923", "type": "path", "description": "The ID of the exemption to the list." } ] }, "docs": "Returns a users who has been exempt from the collaboration\ndomain restrictions." }, { "info": { "name": "Box Remove user from list of users exempt from domain restrictions", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/collaboration_whitelist_exempt_targets/:collaboration_whitelist_exempt_target_id", "params": [ { "name": "collaboration_whitelist_exempt_target_id", "value": "984923", "type": "path", "description": "The ID of the exemption to the list." } ] }, "docs": "Removes a user's exemption from the restrictions set out by the allowed list\nof domains for collaborations." } ] } ], "bundled": true }